void main() { object oPC= GetPCSpeaker(); location found1 = GetLocation(GetWaypointByTag("found1")); AssignCommand(oPC, JumpToLocation( found1)); }