Ok in RM2k and RM2k3 I make a common event that let my player run
with something about variables and key input i (will not explain it now)
But when I try to do the same common event in RMXP there is no button that let my player run..If you can make the player run in RMXP
please tell me how. :^^:
I dunno prehaps you should make character move and up the frequency
in order to make the player himself run use move event, somewhere along the buttons there is a "change speed" button, set the speed and choose the player as the move event target, and that's it.
Quote from: blueXxin order to make the player himself run use move event, somewhere along the buttons there is a "change speed" button, set the speed and choose the player as the move event target, and that's it.
Yeah i know that already but what i mean is how i can make the event start
by pressing a button. Cause in the others rpgmakers i can make the event work but in RMXP i cant make it work cause the key input that you have to use to make the player run doesnt appeared anything about the button you want to press to make the player run.
took me a while to understand what you want, anyways:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fimg325.imageshack.us%2Fimg325%2F6420%2Frunevent3wy.png&hash=7cc21fecc537d6d20eda513cff7217371f7a1c8e)
and that's it :P really simple, speeds of course are yours to decide.
put this event in every map you want to be able to run in, the running is by pressing Q (at least it's like that for me, rm say L button... prolly can be changed around the scripts...)
Oh so in RMXP it's different to make that event :o
Not really, they just changed the button values, like 8 is up, 2 is down, 6 is right, 4 is left, and the letters are:
'A' (Z by default, or shift) is 11
'B' (X by default, or ESC) is 12
'C' (C by default, or enter) is 13
'X' (A by default) is 14
'Y' (S by default) is 15
'Z' (D by default) is 16
'L' (Q by default) is 17
'R' (W by default) is 18
can you use space, and if so what button is it?
In Rpg Maker Xp, I think it is the "Decision" button, same as enter.
what shakspear said sounds right
This topic is dead.