static SCUMM_VERBCOIN_GUI.Verbcoin_GUI(int gVerbcoin_ID)
Sets the verbcoin gui ID, so the module will know which GUI is your verbcoin GUI.
This is particularly useful if you have a game with multiple playable characters,
where you could have a different verbcoin for each character.
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.Verbcoin_GUI(1);
will tell the module your verbcoin gui is GUI nr.1
|