- Joined
- Nov 21, 2008
- Messages
- 316
The problem is after the unit is replaced the items in the item slot dont show up. they still disappear. where did i go wrong or am i forgetting something. plz correct
-
Troll Axethrower
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to |cffff8c00Battle Axe|r
-
-
Actions
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
Set item[(Integer A)] = (Item carried by (Triggering unit) in slot (Integer A))
-
Unit - Replace (Triggering unit) with a Troll Axe Thrower using The old unit's relative life and mana
-
For each (Integer A) from 1 to 6, do (Actions)
-
Loop - Actions
-
Hero - Give item[(Integer A)] to (Last created unit)
-
-
-
-
-
-