Initial upload
Initial upload.
This commit is contained in:
14
_module/nss/m1q4hemmel_d.nss
Normal file
14
_module/nss/m1q4hemmel_d.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
int nEvent = GetUserDefinedEventNumber();
|
||||
|
||||
switch (nEvent)
|
||||
{
|
||||
case 400:
|
||||
ActionMoveToObject(GetWaypointByTag("WP_OrcusLeave"));
|
||||
ActionDoCommand(DestroyObject(OBJECT_SELF));
|
||||
SetCommandable(FALSE);
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user