Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
14
_module/nss/northgateattak.nss
Normal file
14
_module/nss/northgateattak.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
if (GetLocalInt(OBJECT_SELF,"NW_DO_ONCE") != 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
object oScout = GetObjectByTag("Lomiolad");
|
||||
ActionDoCommand(SetLocalInt(OBJECT_SELF, "NW_DO_ONCE", 1));
|
||||
ActionWait(30.0f);
|
||||
ActionDoCommand(SetLocalInt(oScout, "nNorthGate", 1));
|
||||
ActionWait(60.0);
|
||||
ActionDoCommand(SetLocalInt(OBJECT_SELF, "NW_DO_ONCE", 0));
|
||||
}
|
Reference in New Issue
Block a user