LoT_PRC8/_module/nss/m1q4hemmel_d.nss

15 lines
288 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
void main()
{
int nEvent = GetUserDefinedEventNumber();
switch (nEvent)
{
case 400:
ActionMoveToObject(GetWaypointByTag("WP_OrcusLeave"));
ActionDoCommand(DestroyObject(OBJECT_SELF));
SetCommandable(FALSE);
break;
}
}