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

[Request] Need help with making a multiplayer system.

Started by NightWingCorrupt, July 06, 2009, 12:27:24 AM

0 Members and 1 Guest are viewing this topic.

NightWingCorrupt

I need help with making a system I started.

I pretty much have it where I need it but whenever I use the keys to move I have to press the key 4 times
to do the action.

Here is what I have so far:

LOLZERSMATICITICION

Shadow Phoenix

I don't know much about scripting, and I still have plenty of problems with events, but wouldn't something like this be better suited to a script?

Zylos

For those saying you have to use a script for this, shut it. I myself have made a working two player system using both the ASDW keys and regular arrow keys. It's fairly simple to do, with conditional branches and checking if the X, Y, Z, or R button is being pressed (which are A, S, D, and W respectively on the keyboard). Just play around with that for a little bit and it should work for you. If not, I can post my system directly for you, though I'd rather you try to make it yourself and learn on your own.