11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
|
||
|
if (!GetIsPC(oPC))return;
|
||
|
|
||
|
SetImmortal(oPC, TRUE);
|
||
|
SetIsTemporaryFriend(oPC, GetObjectByTag("starfall"));
|
||
|
SetLocalInt(oPC, "pvp_area", 0);
|
||
|
}
|