static SCUMM_VERBCOIN_GUI.RunInteraction(CursorMode)
Runs the event of choice. Used for keyboard support.
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.RunInteraction(eModeTalkto);
See Also: SCUMM_VERBCOIN_GUI.Deselect,
SCUMM_VERBCOIN_GUI.Select
|