8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
|
void main()
|
||
|
{
|
||
|
|
||
|
object oPC = GetExitingObject();
|
||
|
SetLocalInt(oPC, "iPirateAttack", 0);
|
||
|
|
||
|
}
|