10 lines
135 B
Plaintext
10 lines
135 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetExitingObject();
|
||
|
|
||
|
if (!GetIsPC(oPC))return;
|
||
|
|
||
|
SetImmortal(oPC, FALSE);
|
||
|
SetLocalInt(oPC, "pvp_area", 1);
|
||
|
}
|