Warcraft III resources & community, 2003–2006 · archived

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

2 posts
#1

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

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?
#2
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

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