- Joined
- Mar 4, 2009
- Messages
- 1,156
Unit acquiers an item [2 items of that type are in his inventory] -drop item
ok so i want my hero to be able to use some item of type but that he cannot have 2 of them.....

ok so i want my hero to be able to use some item of type but that he cannot have 2 of them.....
-
Drop item if more than one of that type is in inventory
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to (My Item)
-
-
-
<<<<drop if hero has 2 items of type (My Item)>>>>
-
Actions
-
Hero - Drop (Item being manipulated) from (Hero manipulating item)
-
-

Last edited: