i am having trouble summoning a unit, then setting it as a varible for future use. Spell is based off a summon ability.
-
Inner Beast Set Pet
-
Events
- Unit - A unit Spawns a summoned unit
-
Conditions
- (Unit-type of (Summoned unit)) Equal to Bear (Level 1)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 2)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 3)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 4)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 5)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 6)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 7)
- (Unit-type of (Summoned unit)) Equal to Bear (Level 8)
-
Actions
- Set Pet = (Summoned unit)
-
Events