SetTalkActivationKey
From Spheriki
Set the key used to activate a sprite's talk script.
Usage
SetTalkActivationKey(key)
- key The key used to activate the talk script. (It is set to KEY_SPACE by default)
Examples
SetTalkActivationKey(KEY_ENTER);
This sets the Talk key to enter.