Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
11
_module/nss/en4_rnd_enter.nss
Normal file
11
_module/nss/en4_rnd_enter.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
string sRespawn;
|
||||
|
||||
oPC = GetEnteringObject();
|
||||
sRespawn = GetLocalString(oPC,"AZRespawn");
|
||||
|
||||
SetLocalString(GetArea(oPC),"Respawn",sRespawn);
|
||||
SetLocalInt(GetArea(oPC),"X2_L_WILD_MAGIC",TRUE);
|
||||
}
|
Reference in New Issue
Block a user