Console CommandsMarch 9th, 2001
submitted by Phayyde

The console is case sensitive. Command history is Alt-UpArrow. The following is a list of some commonly used console commands and is an example of the different operations that can be performed using the console. You can pretty much execute any valid Python command in the console.

Bladex.LoadLevel("nameOfMapFolder")Loads a level
execfile("positions.py")Enables teleporting around level with numberpad
execfile("../../scripts/debugcontrol.py")Enables the debug keys
char.PositionGets your current coordinates (x,z,y)
char.Position=x,z,yTeleports your character to the coordinates you enter.
char.Level=xxsets the level of your character
char.Life=xxxxsets the life of your character
Bladex.GetEntity("entityName").Positiongets the coordinates of the entity
Bladex.GetEntity("entityName").Data.Invincibilityjust 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