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