11 lines
129 B
Plaintext
11 lines
129 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC;
|
||
|
|
||
|
oPC = GetExitingObject();
|
||
|
if (GetIsPC(oPC))
|
||
|
{
|
||
|
SetLocalInt(oPC,"NoRandomEncounter",0);
|
||
|
}
|
||
|
}
|