EN4_PRC8/_module/nss/rd_noencounters.nss

9 lines
116 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oPC;
oPC = GetEnteringObject();
if (GetIsPC(oPC))
SetLocalInt(oPC,"PCRandomMonster",0);
}