Hey everyone!
Lately I've been trying to put together a spell that would be actually something like inspecting.
First off, what spell would you guys suggest as the base of the spell? I would like to use this ability on many things, like debris, structures and units for a start.
In the trigger bellow, it's a destructible. But for some strange reasons, there is no text appearing after I cast the spell.
I would really apreciate some help
Lately I've been trying to put together a spell that would be actually something like inspecting.
First off, what spell would you guys suggest as the base of the spell? I would like to use this ability on many things, like debris, structures and units for a start.
In the trigger bellow, it's a destructible. But for some strange reasons, there is no text appearing after I cast the spell.
I would really apreciate some help
-
Use Examine
-
Events
- Unit - A unit Finishes casting an ability
-
Conditions
-
Multiple ConditionsAnd - All (Conditions) are true
-
Conditions
- (Ability being cast) Equal to (==) Examine
- (Target destructible of ability being cast) Equal to (==) Barrel 0001 <gen>
-
Conditions
-
Multiple ConditionsAnd - All (Conditions) are true
-
Actions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Random integer number between 1 and 2) Equal to (==) 1
-
Then - Actions
- Game - Display to (All players) the text: That's a simple bar...
-
Else - Actions
- Game - Display to (All players) the text: A barrel. I can bre...
-
If - Conditions
-
Multiple FunctionsIf (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events