Files
dsrc/sku.0/sys.server/compiled/game/script/city/ship_spawner.script
T

12 lines
263 B
Plaintext

include library.create;
include library.utils;
include library.locations;
trigger OnInitialize()
{
location here = getLocation(self);
obj_id npc = createObject ("object/static/structure/general/distant_ship_controller2.iff", here);
return SCRIPT_CONTINUE;
}