- Joined
- Sep 3, 2009
- Messages
- 458
Hello again I need some help. I'm trying to do a trigger that adds attibutes to a hero. I use loop triggers but the problem is when I do the loop and do the giver item to hero(its a tome) instead of automatically using it, it will just appear on the ground.
Trigger
Trigger
-
Do Multiple ActionsFor each (Integer TransStatAdd[(Custom value of (Picked unit))]) from 1 to TransStatAGI[(Custom value of (Picked unit))], do (Actions)
-
Loop - Actions
-
Hero - Create Add AGI and give it to TransTarget[(Custom value of (Picked unit))]
-
-