Akku
Active Member
Hi im trying to convert the VGShaman script into a DK Script.
So far the most stuff i try works, but now i have a problem.
I have a finishing move that buffs me for 5min and need to cast him only if i dont
have the buff on me. the other times i can cast a finisher with more dmg.
this is the code i end up with but it dont works
So far the most stuff i try works, but now i have a problem.
I have a finishing move that buffs me for 5min and need to cast him only if i dont
have the buff on me. the other times i can cast a finisher with more dmg.
this is the code i end up with but it dont works
Code:
if "${Me.Ability[${Finisher2}].IsReady} && ${Me.Effect[${Finisher2}](exists)}"
{
Me.Ability[${Finisher2}]:Use
call MeCasting
return
}