11 lines
118 B
Plaintext
11 lines
118 B
Plaintext
|
|
void main()
|
|
{
|
|
object oPC = GetExitingObject();
|
|
if (GetIsPC(oPC))
|
|
{
|
|
DeleteLocalInt(oPC,"Burn_Baby");
|
|
}
|
|
|
|
}
|