I know this is a mix of problems, but I figured it would be in the Data Editor more than the Trigger Editor.
I have a problem where whenever my Heroes use the Teleports (Instantly Move Unit to Point), all of their items drop. It's not just equipped items.
Note I am using the Hero Backpack and such above the Command Card.
You probably have event like Any Unit Enters Region => Instantly move (Triggering Unit) to Point.
The problem is that items are also units, and they also enter this region together with your hero.
Solution would be to add condition like:
(Triggering Unit) = heroUnit (some variable)
or change your action to:
Instantly move heroUnit to Point.
I know this is a mix of problems, but I figured it would be in the Data Editor more than the Trigger Editor.
I have a problem where whenever my Heroes use the Teleports (Instantly Move Unit to Point), all of their items drop. It's not just equipped items.
Note I am using the Hero Backpack and such above the Command Card.
I'd really appreciate help.
Hi there,
You probably have event like Any Unit Enters Region => Instantly move (Triggering Unit) to Point.
The problem is that items are also units, and they also enter this region together with your hero.
Solution would be to add condition like:
(Triggering Unit) = heroUnit (some variable)
or change your action to:
Instantly move heroUnit to Point.
Regards
Thanks, I'll try that. I do have a hero group var.