Arek
09-12-2012, 09:57 AM
Well I'd like to suggest to enable us to do something like this:
registerEventListener("USER_HOTKEY", "onHotkeyUse")
function onHotkeyUse(hkey)
if (hkey == "f5") then
---- do something
end
end
and to make it possible in the targetting window, instead of just being able to choose between rune and spell to be able to specify a function which is called with the creature id as argument.
registerEventListener("USER_HOTKEY", "onHotkeyUse")
function onHotkeyUse(hkey)
if (hkey == "f5") then
---- do something
end
end
and to make it possible in the targetting window, instead of just being able to choose between rune and spell to be able to specify a function which is called with the creature id as argument.