void main() { location lLoc = GetLocation(GetWaypointByTag( "ZosatoBandore")); object player = GetPCSpeaker(); AssignCommand(player, JumpToLocation(lLoc)); }