void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC) && !GetIsDM(oPC)) return; ExploreAreaForPlayer(OBJECT_SELF, oPC, TRUE); }