function Goto( player , pos , offset = Vector( 0.0 , 0.0 , 0.0 ) ) { player.Pos = Vector( pos.x + offset.x , pos.y + offset.y , pos.z + offset.z ); }