8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
void main()
|
|
{
|
|
object oPC =GetExitingObject();
|
|
|
|
SetLocalInt(oPC,"HTCArena",0);
|
|
SetLocalInt(oPC,"ArenaHasFought",1);
|
|
}
|