I wrote a simple, yet effective script that allows you to simplify the task of finding out game coordinates on the map and teleporting to different locations. It will be distributed with ToEE World Builder v1.0 when it's released, but since there is a slight delay in the release of that product I wanted this script to be available earlier on. Basically, copy it to the "data/scr" folder of the game. In the console, you can type: from ed import * This will plug the script in. Then, instead of the long "location_to_axis(game.party[0].location)" to find the coordinate of the leftmost party member you can type just: loc() And instead of the huge "game.fade_and_teleport(0,0,0,map,X,Y)" to teleport to a certain location you can type just: tport(map,X,Y) Enjoy! - Agetian
An important note: This version of the assistant script is outdated and may be removed soon. A much better version is distributed in the ToEE World Builder package. - Agetian