| Camera camno posx posy posz rotz lookup objno | Define a camera at position and rotation. If objno>0 then the camera is bound the object with that objno. Last camera defined is the active camera upon startup. |
| ObjectStart objectno | Start an object definiton block. Last object defined is the active object upon startup. |
| Position posx posy posz | Set object positon |
| Orientation rotx roty rotz | Set object orientation |
| Collision limit | Turn on collision detection for this object. Limit is the radius within no other object can approach this object. |
| PushMatrix | Push current transformation matrix on stack |
| Translate x y z | Translate position |
| Rotate deg axisx axisy axisz | Rotate along axis |
| Color r g b alpha | Set color |
| DrawBox sizex sizey sizez | Draw box at current position |
| DrawDisk radius thickness no_segments | Draw a disk around the z-axis |
| DrawBase width lenght height thickness | Draw base plane in coloridx 0, with walls around it. |
| DrawWall x1 y1 x2 y2 height thickness | Draw a wall. |
| PopMatrix | Pop transformation matrix from stack |
| ObjectEnd | End object definiton |
| |