- Joined
- Jan 14, 2005
- Messages
- 73
I need to Remove an item from ingame using a trigger when it gets hit by anything. Ive been looking through the GUI stuff, And Im beggining to thing That this has to be done in jass.
Anyone Able to help me out with this? (If theres a GUI way Great, Otherwise I know Next to nothing about jass)
This as close and far as I can get With GUI,
Anyone Able to help me out with this? (If theres a GUI way Great, Otherwise I know Next to nothing about jass)
This as close and far as I can get With GUI,
-
Remove Item From Game
-
Events
- Unit - A unit Is issued an order targeting an object
-
Conditions
- (Issued order) Equal to (==) Attack
-
Actions
- Item - Remove (Target item of issued order)
-
Events