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