View Single Post
10-25-11, 05:37 PM   #5
killerpet1986
A Fallenroot Satyr
 
killerpet1986's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 22
Originally Posted by wellbeing View Post
Rezzing this thread. Solutions? Anyone?
Hi wellbeing,

what exactly is the problem you are having? If you describe it I may be able to help you.

Bear in mind that this requires a hardware event similar to spells so you cannot do this:

Code:
*Press a button*

DoTradeSkill()

*Delay*

DoTradeSkill() (Automatically)
What you need to do is this:

Code:
*Press a button*

DoTradeSkill()

*Press a button*

DoTradeSkill()