RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RESOLVED]

Started by gotix, December 30, 2006, 04:01:38 AM

0 Members and 1 Guest are viewing this topic.

gotix

how can you make a common event move using the WASD keys?

Zeriab

Conditional Branch, Page 4, Button ____ is pressed.

Note that WASD is not WASD in the list.
Start a game (Test play)
Press F1
Press on the tab "Keyboard"
See which buttons WASD are.
Note: The player is able to change them.
You could write it in a readme or something similar what the average key settings are.
Go by the default values.

gotix

well, according to that (i only tested it with W) W = R, and I did this-

<>Conditional Branch: Key R is Pushed
  <>Move Event:: This Event
  :            : Move Up
  <>
: End
<>

and the event still does not move up >.<

Me™

ALL HAIL ME™

gotix

I'm not sure, I'm not using the computer w/ rmxp right now, xo I'll try later, thx.

gotix

Quote from: Me™ on December 30, 2006, 10:18:57 AM
Is that code Paralel proces?

Aright, When I put it in parallel proces it worked XD but, it moves two square thingies. Can I make it so it only moves one?

Zeriab

Try putting in a wait for move completion or just an regular wait command.