- Joined
- Apr 17, 2015
- Messages
- 72
- Reaction score
- 52
- First Language
- English
- Primarily Uses
Im trying to add a couple of keys to my project.
I opened rpg_core.js, found Input.keyMapper, and added...
65: 'action', // A80: 'x', // X90: 'z', // ZI tried using them in conditional branch and got nothing.
Input.isTriggered('action')I searched it in the forum and found the plugin request, but no specific instructions.
As far as I know I just needed add the key code and string value. any ideas as to what Im doing wrong?


I opened rpg_core.js, found Input.keyMapper, and added...
65: 'action', // A80: 'x', // X90: 'z', // ZI tried using them in conditional branch and got nothing.
Input.isTriggered('action')I searched it in the forum and found the plugin request, but no specific instructions.
As far as I know I just needed add the key code and string value. any ideas as to what Im doing wrong?


