mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
include library.utils;
|
|
|
|
trigger OnDestroy()
|
|
{
|
|
obj_id parent = utils.getObjIdScriptVar(self, "objParent");
|
|
messageTo(parent, "shipDied", null, 0, true);
|
|
|
|
return SCRIPT_CONTINUE;
|
|
} |