Page 1 of 1
UO.press(key) key code?
Posted: 2008-07-25 22:43:11
by fantasticpow
I don't understand how to do this.
I'm trying to set a short cut key to run the script.
I went to to keycode, and set it to F4 and I got 115 for a number.
but what is the command script to put 115 at?
can you give me example?
What line in the script do you put the key code?
Re: UO.press(key) key code?
Posted: 2008-07-25 23:06:04
by Kynep
fantasticpow wrote:I don't understand how to do this.
I'm trying to set a short cut key to run the script.
I went to to keycode, and set it to F4 and I got 115 for a number.
but what is the command script to put 115 at?
can you give me example?
What line in the script do you put the key code?
Khm... Im dont understand any word...
Posted: 2008-07-26 00:04:43
by Destruction
Он узнал номер клавиши и думает как на неё повесить хоткей.. насколько я понял... мде -)
Posted: 2008-07-26 03:54:33
by Grin
1. You need go to "Hotkeys" tab
2. Set focus at "Hotkey" editbox
3. Push your key combination, you'll see it in editbox.
4. Type in "Command" editbox script (ex. exec heal, where 'heal' is your script name)
5. Push "Add new hotkey"
Posted: 2008-07-26 05:21:08
by fantasticpow
awsome thank you, was having a hard time understanding lol
didn't realize it was that simple