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

12 lines
270 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_controller_general.iff", here);
return SCRIPT_CONTINUE;
}