//map reveal trigger void main() { object oPC = GetEnteringObject(); if (GetIsPC(oPC) != TRUE) return; ExploreAreaForPlayer(GetArea(oPC), oPC); }