I'm a newbie to theese boards(I never post in newbie fourms :P ), and sort-of a newbie to RM2k and RM2K3. I need some help beacse my code wont work right.
My running shoes code does not work right. When you use the shoes, until you turn them off(the shoes, not the game), you are stuck in place.
Here's my code, can anyone see what's wrong with it?
My common event code for running shoes(it is activated by a switch item, Trigger: Auto Start, Trigger switch:0003:Running Shoes):
<>(Sprite Change stuff)
<>Move Event: Hero, Increase move speed,Increase move speed,Increase move speed
<>Message Display Options: Transp, Top, Fixed, Processes Continue
<>Message: Press a key to slow
: down.
<>Key Input Proc(The exit, action, or shift key[wait untill key press]): [0001: Running var]
<>Move Event: Hero, decrease Move Speed,decrease Move Speed,decrease Move Speed
<>(SPRITE CHaNGE STUFF)
<>Switch Operation: [0003:Running Shoes] OFF
<>
I think it's how I did the key processing thing, but i'm a newbie to actualy making games that have actual code in them(as opposed to games that give you game over as soon as you start o_0 ). Unless making running shoes that you just have to press a key to run would be better(I dont know how to to this at all and tutorials about it are all using terms that are diffrent for 2000 and 2003[im using 2003])?