9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
void main()
|
|
{
|
|
object oPC;
|
|
|
|
oPC = GetEnteringObject();
|
|
if (GetIsPC(oPC))
|
|
SetLocalInt(oPC,"PCRandomMonster",0);
|
|
}
|