void main() { object oPC = GetPCSpeaker(); object oTarget; location lTarget; oTarget = GetWaypointByTag("wp_tabgood"); lTarget = GetLocation(oTarget); if (GetAreaFromLocation(lTarget)==OBJECT_INVALID) return; AssignCommand(oPC, ClearAllActions()); AssignCommand(oPC, ActionJumpToLocation(lTarget)); }