Is it fixable?
General
Button Ghosting
Button Ghosting
1

if KeyDown(KEY_LEFT) then 	' move left elseif KeyDown(KEY_RIGHT) then 	' move right 	' if KEY_LEFT is already hold, this is not going to be executed endif
mafia_man: Quite so, you are right. Better get this thread trashed. Useless.
§2.1 - No needless and/or doubled posts (spam)
Quattro: It's not a bug. You may be surprised but one does not simply move left and right in one moment.
Quattro:
DC isn't the only one who can answer your questions. The posts of the other users (except
RisingXD) are in no way useless. People are trying to help and you're insulting them. GG. if KeyDown(keyLeft) and !KeyDown(keyRight) then 	moveleft() elseif KeyDown(keyRight) and !KeyDown(keyLeft) then 	moveright() endif
Quattro: as far as I know you have to modify the source code with
Flacko's script to get that working, you can't do it with Lua scripts.
1
