Debug Modes
From AGI Wiki
Revision as of 11:43, 24 October 2013 by Andrew Branscom (talk | contribs) (→Standard AGI Debug Mode Commands)
Most AGI games still have the debug code that developers used while the games were being developed. Most of the games activate their debug modes by pushing the ALT-D key combination. The other games use a "magic phrase" to enter the debug mode. Once activated, here are commands that can be used.
Standard AGI Debug Mode Commands
Command | Result |
---|---|
TP | Teleport to room. |
SHOW PRIORITY | Displays the current rooms priority bands and control lines. |
GET OBJECT | Get any inventory item. |
GIMME GIMME | Get all inventory items. |
SHOW FLAG | Displays one of the 256 flags. |
SET FLAG | Set one of the 256 flags. |
RESET FLAG | Clear one of the 256 flags. |
SHOW VAR | Displays one of the 256 variables. |
SET VAR | Change the value of one of the 256 variables. |
POSITION | Change egos position. |
SHOW POSITION | Show egos current screen coordinates. |
OBJECT NUMBER | Displays list of all the objects and their object numbers. |
OBJECT ROOM | Displays which room an object is found in. |
ROOM | Displays room number. |
SET PRIORITY | et the priority of ego. |
RELEASE PRIORITY | Release the last priority that ego was set to. |