CAOS Language Guide
Debug Commands
|
Macro |
Description |
|
These debug commands will display in the LOG window of Creatures 2 - only available in developer releases |
|
|
DBUG rvalue |
All commands after this will run in an INST, sends the value of rvalue. Command only |
|
DBGV rvalue |
Sends the value of rvalue. Same as DBUG but doesn't force all commands to run in an INST. Command only |
|
DBGM [string] |
Displays string as a trace message Command only |