Hi,
I've been trying to make Powerup items become removed from the game after pick-up, because my seller unit can sell items in a group and obviously Powerups aren't removed from the game, so they get picked up again... and again... and again... etc.
I made the simple trigger below but it doesn't seem to work at all. Any thoughts?
I've been trying to make Powerup items become removed from the game after pick-up, because my seller unit can sell items in a group and obviously Powerups aren't removed from the game, so they get picked up again... and again... and again... etc.
I made the simple trigger below but it doesn't seem to work at all. Any thoughts?
-
Remove Powerups
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-class of (Item being manipulated)) Equal to Powerup
-
-
Actions
-
Wait 0.01 seconds
-
Item - Remove (Item being manipulated)
-
-