mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
12 lines
263 B
Plaintext
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;
|
|
}
|
|
|