HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Changing pre-set hotkeys?

08-20-2006, 04:04 PM#1
Sardius
Is it possible to change the pre-set coded hotkeys for default commands like stop, attack and the # keys?

Also is it possible to have a trigger activate upon pressing keys other then the directional arrow keys?
08-20-2006, 04:11 PM#2
Alevice
Quote:
Originally Posted by Sardius
Also is it possible to have a trigger activate upon pressing keys other then the directional arrow keys?

Only by tracking which order was assigned and you figure out which hotkey it has assinged.

Example: You have a custom ability called Move Up, with U assigned as hotkey. When the player casts "Move up", it means he pressed 'U' (or perhaps the button assigned to the ability). Just detect when he does that.
08-20-2006, 05:59 PM#3
Sardius
But say, for my directional movement system, I want to use A,S,D,W

A and S are already used by attack and stop