Hi guys,
here's another question:
If I have assigned a key to a controller with the set.key command these keys are blocked for the rest of the game.
For example, I assigned the space-bar to controller c43 for a room where the space-bar is needed to shoot enemies. I did it this way:
set.key(32,0,c43);
When I exit that room and switch back to entering commands, the space-bar cant be used because it is still assigned to the controller. how can i reset these keys? there seems to be no command to do this.
has anybody had this problem before?
b.o.k.