blocking a button

Ask for help

Moderators: Murderator+, Murderator

Post Reply
lemur
Posts: 9
Joined: 2004-04-05 05:37:40

blocking a button

Post by lemur »

How can i block a button with injection, during a time?
is there a command or, something, any way?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

what do you mean?
lemur
Posts: 9
Joined: 2004-04-05 05:37:40

Post by lemur »

For example in my shard before using bandages i have to wait 2 seconds after i can use them again. But if i press the bandaging button before 2 seconds i fail de bandaging action.
I have my bandaging macro in f1 hotkey, and i want to know if its possible to block the hotkey the 2 seconds that i need for not fail the bandage.
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

no, you can not block button, but you may modify script in way you need, using uo.Timer() function and global variables
Post Reply