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