static SCUMM_VERBCOIN_GUI.DisableVerbCoinGUI(bool disabled)
Activates/deactivates the SCUMM Verbcoin GUI system. This can be used to turn the SCUMM
VerbCoin system on and off at runtime.
NOTE: This function is part of the Verb Coin template and is only available if
you used this template to create your game.
Example:
SCUMM_VERBCOIN_GUI.DisableVerbCoinGUI(true);
will disable all verbcoin processing code.
|