Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Dashman on July 13, 2005, 05:25:14 AM
-
Is there a way that, if I press a different key, can something else happen? Let's say, we have the decision, cancel and directional, but I want to jump or something with y, l, 8, etc. Can someone tell me how?
-
actually i dont know what keys are possible, but i do know that when you have the window open with all keys showed. Press "HELP" and then it explains what kind of keys that can be used
-
On RPG Maker 2000 - Up, Down, Left, Right, Enter, and Esc can be used.
On RPG Maker 2003 - Up, Down, Left, Right, Enter, Esc, and 1-10, I think /, but I'm not sure. There should be a password tutorial in the tutorial section.
-
Number Corresponding Key(s) (When Num Lock is off)
1 Down Arrow Key, J
2 Left Arrow Key, H
3 Right Arrow Key, L
4 Up Arrow Key, K
5 Enter, Space, Z
6 Esc, X, C, V, B, N
7 Shift
10 0
11 1
12 2
13 3
14 4
15 5
16 6
17 7
18 8
19 9
20 +
21 -
22 *
23 /
Check the numbers on the screen, here are the answers
And here
· The keys that can be checked for and their corresponding number codes are as follows.
Number Corresponding Key(s) (When Num Lock is on)
1 Down Arrow Key, J, 2 on NumPad (When the "Number Keys" option has not been checked)
2 Left Arrow Key, H, 4 on NumPad (When the "Number Keys" option has not been checked)
3 Right Arrow Key, L, 6 on NumPad (When the "Number Keys" option has not been checked)
4 Up Arrow Key, K, 8 on NumPad (When the "Number Keys" option has not been checked)
5 Enter, Space, Z
6 Esc, X, C, V, B, N
7 Shift
10 0, 0 on NumPad (When the "Number Keys" option is checked)
11 1, 1 on NumPad (When the "Number Keys" option is checked)
12 2, 2 on NumPad (When the "Number Keys" option is checked)
13 3, 3 on NumPad (When the "Number Keys" option is checked)
14 4, 4 on NumPad (When the "Number Keys" option is checked)
15 5, 5 on NumPad (When the "Number Keys" option is checked)
16 6, 6 on NumPad (When the "Number Keys" option is checked)
17 7, 7 on NumPad (When the "Number Keys" option is checked)
18 8, 8 on NumPad (When the "Number Keys" option is checked)
19 9, 9 on NumPad (When the "Number Keys" option is checked)
20 +, + on NumPad
21 - - on NumPad
22 *, * on NumPad
23 /, / on NumPad
24 . on NumPad
This is what it says in HELP scenario. The first one when numlock is OFF and 2nd one when its ON
-
Numbers and symbols need to be turned on in key input processing I believe.