if arg == player
for i in 1..40
name = UnitAura(i)
if( name = "Slam!") then
doSomething()
endif
endfor
endif
Obviously, needs to handle three cases:
- Found and not a continuation (show indication)
- Found and a continuation (keep indication up / no action)
- Not found (hide indication)
Inga kommentarer:
Skicka en kommentar