- Joined
- Jul 27, 2012
- Messages
- 33
hi guys i just find a problem with this, so when hero drop item1, it should create 1 item1_dummy in hero position, but when i run(drop) it, it instead create 2 item1_dummy, whyy?
-
test
-
Events
-
Unit - A unit Loses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to item1
-
-
Actions
-
Item - Remove (Item being manipulated)
-
Unit - Create 1 item1_dummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing Default building facing degrees
-
-