• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Help with Trigger?

Status
Not open for further replies.
Level 6
Joined
Mar 19, 2008
Messages
207
its like a dodge ball. Once you throw it, it hits the guy but doesnt dissapear it goes to the ground where the guys is.

Now a unit has a ball he uses it as a fireball charged item and uses it against another unit but the item is removed from the invetory and doesnot create an item at the postion of the attacked unit. Which i want it to do. get it?
 
Level 10
Joined
Jun 16, 2007
Messages
415
  • Event
    • Unit Takes Damage
  • Conditions
  • Actions
    • Remove Item of Type Dodgeball from Damaging Unit's Inventory
    • Add Item of Type Dodgeball to Damaged Unit's Inventory
A unit is damaged is an event that runs for specific units only, thus you have to have one event per unit that is in your little dodgeball game.
 
Status
Not open for further replies.
Top