void main() { object oPC = GetExitingObject(); object oArea = OBJECT_SELF; if (!GetIsPC(oPC)) return; ExploreAreaForPlayer(oArea, oPC, FALSE); }