08.06.2011, 23:04
I'm trying to check if a player presses key_fire OR key_action.
I have it like this:
But for some reason, only the first key works when I do it like that. So in other words, if I press key_fire I get the desired outcome but not with key_action. I already tried doing multiple different second keys and still always only the first key works.
I have it like this:
Код:
if(PRESSED(KEY_FIRE) || PRESSED(KEY_ACTION))