• 🏆 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!

How can i reference the target of an item being manipulated?

Status
Not open for further replies.
Level 6
Joined
Aug 29, 2004
Messages
159
As title: How can i reference the target of an item being manipulated?
I need something which says "Event Responce: Target of Item being manipulated" but cant find anything like it. "Triggering Unit" and "Target of Ability being Cast" dont seem to work. What can i do?
 
Level 37
Joined
Mar 6, 2006
Messages
9,240
There is a "item being manipulated" event response. The following trigger is an example how to use it.

=============================================

Item
Events
Unit - A unit Acquires an item
Conditions
Actions
Set Item = (Item being manipulated)
Wait 5.00 seconds
Item - Remove Item

=============================================
 
Status
Not open for further replies.
Top