- Joined
- May 1, 2013
- Messages
- 68
The problem i have is that, when a hero picks a horadric cube up, and the hero doesn't have one, he drops it, which he shouldn't. So if anyone can fix this, please help.
-
Drop
-
Events
- Unit - A unit owned by Player 1 (Red) Acquires an item
-
Conditions
- (((Hero manipulating item) has an item of type Horadric Cube) Equal to True) and ((Item-type of (Item being manipulated)) Equal to Horadric Cube)
-
Actions
- Hero - Drop (Item being manipulated) from (Hero manipulating item)
-
Events