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