New forum theme up and running!
Originally posted by Warxe_PhoenixBladeAnd before you ask: read this.
BluhmanWhat the heck did that do?
Originally posted by Warxe_PhoenixBladeSwitch from RM2K to RM2K3. 2K3 has more key input commands, hence more assignable actions.And before you ask: read this.
Originally posted by Warxe_PhoenixBladeNevermind about that link, then.In order to create new keys, you'll have to use a Key Input Process command (might also be called Password). Open up the Database, and go to Common Events. Create a new event, name it what you like, and set it to Parallel Process (putting a switch on is optional). In the code, create a Key Input/Password (it's on page 3 of the Event Commands list), with the keys that you want to use checked. Make sure you set the variable to something you won't use later.After that, create a Conditional Branch/Fork Condition, checking if the variable is equal to a certain number. For example, if you want Shift to trigger something in-game, use the branch to check if the variable is 7. Inside the branch, insert the code that you want to trigger.If more clarification is needed, please post again.