Hello Community,
I’m working on a game which (at the moment, uses WASD keys). What I’m trying to do is allow the player to chose WASD or Arrow keys (without having to add top-down behaviour to the player sprite or write another condition - which does work).
I thought I could achieve this my adding an OR ||

But it doesn’t work. I removed one of these keys and replaced the W with Up - and that works on its own.
Thanks,
Rob