void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; if (GetItemPossessedBy(oPC, "sextant")== OBJECT_INVALID) return; ExploreAreaForPlayer(GetArea(oPC), oPC); }