| Bladex.LoadLevel("nameOfMapFolder") | Loads a level |
| execfile("positions.py") | Enables teleporting around level with numberpad |
| execfile("../../scripts/debugcontrol.py") | Enables the debug keys |
| char.Position | Gets your current coordinates (x,z,y) |
| char.Position=x,z,y | Teleports your character to the coordinates you enter. |
| char.Level=xx | sets the level of your character |
| char.Life=xxxx | sets the life of your character |
| Bladex.GetEntity("entityName").Position | gets the coordinates of the entity |
| Bladex.GetEntity("entityName").Data.Invincibility | just an example of how to get info about entitys |
| import GotoMapVars() | imports data for the next command |
| GotoMapVars.EndOfLevel() | finished the level you are on |