- Joined
- Apr 19, 2018
- Messages
- 13
I have a trigger which creates a destructible, and removes it 4 seconds later. It is triggered when an ability is first cast. The ability has no cooldown (and I won't add one), so using Last Created Destructible will work only if that ability is cast one time. Is there any short way to only remove the destructibles as they were created and not the last one that was made? If it must be made with Jass, please put down the exact code. I haven't used Jass before except in custom script in the World Editor.