Hey Guy's i have a problem but i cant fix it...
I want to change the Keyboard Control
module Control
CUSTOM_CONTROLS = false
DISABLE_DEFAULT = true
UP = "Key['W']"
LEFT = "Key['A']"
DOWN = "Key[S']"
RIGHT = "Key['D']"
PREVPAGE = "Key['Q']"
NEXTPAGE = "Key['E']"
CONFIRM = "Key['H']"
CANCEL = "Key['F']"
ATTACK = "Key['K']"
DEFEND = "Key['L']"
SKILL = "Key['J']"
ITEM = "Key['I']"
SELECT = "Key['O']"
HUD = "Key['Z']"
HOTKEY = "Key['X']"
MINIMAP = "Key['C']"
RUN = "Key['M']"
SNEAK = "Key['.']"
JUMP = "Key[',']"
TURN = "Key['U']"
end
thats the Orginal Code from RMX-OS Client
i want to make it
CUSTOM_CONTROLS = false
DISABLE_DEFAULT = true
UP = "Key['UP']"
LEFT = "Key['LEFT']"
DOWN = "Key[DOWN']"
RIGHT = "Key['RIGHT']"
but i want that with the Arrow keys..
but it not work