- Joined
- Dec 12, 2006
- Messages
- 128
Here is my trigger to get the item. This part seems to work.
-
Drop wood when dies
-
Events
- Unit - A unit Dies
-
Conditions
- (Unit-type of (Triggering unit)) Equal to Tree
-
Actions
- Item - Create Wood at (Position of (Dying unit))
- Wait 2.00 seconds
- Unit - Create 1 (Unit-type of (Dying unit)) for Player 9 (Gray) at (Position of (Dying unit)) facing Default building facing degrees
-
Events
-
Turn wood item to fire
-
Events
- Unit - A unit Loses an item
-
Conditions
- (Item-type of (Last dropped item)) Equal to Wood
-
Actions
- Unit - Create 1 Wood for Player 9 (Gray) at (Position of (Triggering unit)) facing Default building facing degrees
- Item - Remove (Last dropped item)
-
Events