- Joined
- Aug 19, 2015
- Messages
- 68
i cant get it working at all.
here is how my trigger currently looks:
here is how my trigger currently looks:
-
exp tome dynamic
-
Events
- Unit - A unit Acquires an item
-
Conditions
- (Item-type of (Item being manipulated)) Equal to Experience Tome
-
Actions
- Hero - Add (expneeded[(Min(150, (Hero level of (Triggering unit))))] / 5) experience to (Triggering unit), Show level-up graphics
-
Events