Initial commit
Initial commit. Updated release archive.
This commit is contained in:
12
_module/nss/tm1_enter.nss
Normal file
12
_module/nss/tm1_enter.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oTrap;
|
||||
|
||||
if (GetLocalInt(OBJECT_SELF,"RunOnce") == 0)
|
||||
{
|
||||
oTrap=GetObjectByTag("TM1_Teleport" + IntToString(Random(2)+1));
|
||||
SetLocalInt(oTrap,"Active",1);
|
||||
SetLocalInt(OBJECT_SELF,"RunOnce",1);
|
||||
}
|
||||
ExecuteScript("en6_areaenter",OBJECT_SELF);
|
||||
}
|
||||
Reference in New Issue
Block a user