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