EN4_PRC8/_module/nss/rd_noenc_exit.nss

11 lines
129 B
Plaintext
Raw Permalink Normal View History

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