32 posts
(Position of (Triggering unit))
joined
#1
Condition - checking level of ability?
Ok I'm making a trigger for a spell:
event - an unit begins casting an ability
conditions - ability equal to cloak
actions-
if/then/else-multiple functions-
Here's where my problem is. I can't find the condition for checking the level of an ability.
Anyone help? Is there even such a condition ... :/
49 posts
joined
#2
integer comparison

1,007 posts
Warsaw, Poland [@Northrend]
joined
#3
Integer comparison:
(Level of (Ability being casted)) Equal To 1
32 posts
(Position of (Triggering unit))
joined
#4
Thanks very much


1,007 posts
Warsaw, Poland [@Northrend]
joined
#5
No problem.
