The debugpopup command creates a popup when testing. It should only be used for debugging or testing.
"then(debugpopup, message)"
Argument |
Function |
message |
The message that will pop up. |
And example of the debugpopup command used in a script is as follows...
The following script tells the debugger when the block is destroyed.
if(destroyed)
{
then(debugmessage,"The block has been destroyed!")
}
|
|