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; }