Warcraft III resources & community, 2003–2006 · archived

How would one trigger this?

2 posts
#1

How would one trigger this?

If you buy an item from a shop you get teleported to this place, and as long as you have the item on you can stay at that place, but if you drop the item it automatically gets destroyed and you get teleported back to the shop.

I hope you can understand my hugge runon sentence.

Thanks.
#2
Event:

Player owned event or generic unit event- a unit owned by (player)aquires an item

Condition:

Item type comparison- Item type of (item being manupulated) is equal to (whatever item type)

Action:

Unit- move unit- Move (triggering unit) to center of (whatever region) facing (whatever angle)


and for leaving

Event:
same event- a unit owned by (player) loses an item

Condition:

Item type comparison: Item type of (last dropped item) is equal to (whatever item type)

Action:

Exact same action as before

Have fun! 8)
-VGsatomi