Squirrel_
Ending It All
- 292
- Posts
- 19
- Years
- Age 44
- Ending It All
- Seen Feb 18, 2006
I need help.
On rpg maker xp how do you make 2 charecters walk around at once?
On rpg maker xp how do you make 2 charecters walk around at once?
it's really easy,Squirrel said:I need help.
On rpg maker xp how do you make 2 charecters walk around at once?
<>move-event (event1) move_up
<>move-event (event2) move_up
Sorry for posting again, but this is a real problem! Not only can I not make RM2k/3 games, but I can't play them, either!Plusle7888 said:This is a big problem for me, because I am only good at using RM2k/3, and because I can't find any RMXP Pokemon CharSets.
Could you please clarify your problem?Sorry for posting again, but this is a real problem! Not only can I not make RM2k/3 games, but I can't play them, either!
Blizzy said:it can be done,
but with loads of pictures ;)
it requires some 'even programming' knowlegdeCode:<>show_picture1 'message' <>show_picture2 'choice, index 1' <>key input processing: variable [input] <>label:index1 <>branch if variable [input] = 4 <>show_picture2 'choice, index2' <>goto-label index2 :else <>branch if variable [input] <>#this happens when choice first option <>end <>end <>label:index2 <>key input processing: variable [input] <>branch if variable input = 1 <>show_picture2 'choice, index 1' <>goto-label: index1 :else <>branch if variable [input] = 5 <>#this happens when choice second option <>end <>end
here's some info about branches
branch if variable [input] = number
this is fairly simple.
number = 1 (down key)
number = 2 (left key)
number = 3 (right key)
number = 4 (up key)
number = 5 (action key)
number = 6 (cancel key)
it's been a while since i opened rm2k(3) :P
Oh, sorry. it's posted on page 12 or something.Eikichi-kun said:Could you please clarify your problem?
Plusle7888 said:My RM2k3 is not working. I tried re-downloading it, but when I test play my game, the arrow keys will not move the cursor, and my Space Bar/Enter Key will not got to the selected target (New Game). I tried making a new game- doesn't work! Even my other computer, which used to run it fine, is having the same problems. Does anyone know where I can get a working RM2k3?
*edit* Argh! Now my Rm2k won't work, either!
*edit #2* Note that I'm only doing this because I can't get Pokemon (the Pokemon, not the trainers) CharSets for RMXP. If I got these (and how to make the window go full screen in RMXP), then I wouldn't care about RM2k/3.
I wonder if that will work. I don't think I've restarted my computer since this happened! :D I'll edit this post if it works.Swizzler121 said:Hmm...This happened a few times in RMXP, the character kept walking left every time I let go of the directional pad, I just restarted my computer and it worked fine. And there are plenty of tilesets for RMXP, and if you can't find them, convert them from Rm2k3, its not that hard.
there should be a font fix somewhere on the net,Cursed said:Does anyone know how to fix the font problem on rm2k3?
As above.Does anyone have the script for online game for rmxp?
you need to have the official rmxp to open the new netplay.Cursed said:Either download MWsnap, or use Alt + print screen
Does anyone have the online script for RMXP?