- Joined
- Dec 16, 2017
- Messages
- 416
Hello guys, i am trying to make a summoning spell using only 1 unit, and giving it a tech upgrade that is leveled up based on level of the summoning spell, but seems like i am missing something, this is what i made so far.
-
[trigger]Wolf Summon
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Summon Wolf (Hunter BEAST MASTERY)
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Summoned unit)) Equal to Wolf (Level 1)
-
(Level of Summon Wolf (Hunter BEAST MASTERY) for (Triggering unit)) Equal to 1
-
-
Then - Actions
-
Player - Set the current research level of Wolf STATS to 1 for (Owner of (Summoned unit))
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Unit-type of (Summoned unit)) Equal to Wolf (Level 1)
-
(Level of Summon Wolf (Hunter BEAST MASTERY) for (Triggering unit)) Equal to 2
-
-
Then - Actions
-
Player - Set the current research level of Wolf STATS to 2 for (Owner of (Summoned unit))
-
-
Else - Actions[\trigger]
-
-
-
-
-