View Single Post
09-24-06, 07:59 AM   #19
keltren
A Kobold Labourer
Join Date: Apr 2006
Posts: 1
Hya,
I'm pretty new to all this but first off I have to say that I really like bongos :-)

Right now I'm trying to get a script to work for my hunter, the idea is to have the "Mongoose Bite" Button pop up when it becomes usable.

Bar: 6
Event: SPELL_UPDATE_USABLE
Action:
if IsUsableAction(61) then
bar:Show()
else
bar:Hide()
end

Run at Load:checked

This basically seems to work (the button does indeed pop up), but it remains visible even after clicking it (until about 3/4 through it's cooldown, when it disapears)
Any ideas how to work around this? Maybe I'm doing something fundamentally wrong here...I'm still a complete noob at this ;-)
  Reply With Quote