11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC;
|
||
|
|
||
|
oPC = GetEnteringObject();
|
||
|
if (GetIsPC(oPC))
|
||
|
{
|
||
|
SetLocalInt(oPC,"NoRandomEncounter",1);
|
||
|
}
|
||
|
}
|