Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
8
_module/nss/rd_noencounters.nss
Normal file
8
_module/nss/rd_noencounters.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
oPC = GetEnteringObject();
|
||||
if (GetIsPC(oPC))
|
||||
SetLocalInt(oPC,"PCRandomMonster",0);
|
||||
}
|
Reference in New Issue
Block a user