Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/r_trig.nss
Normal file
12
_module/nss/r_trig.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
oPC = GetEnteringObject();
|
||||
if (GetIsPC(oPC) && GetLocalInt(oPC,"Monstrous") == 1)
|
||||
{
|
||||
object oSpawnPoint;
|
||||
oSpawnPoint = GetObjectByTag("EN4_MERespawn");
|
||||
DelayCommand(0.1f,AssignCommand(oPC,JumpToLocation(GetLocation(oSpawnPoint))));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user