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

[Trigger] Teleporting Trigger Help

Status
Not open for further replies.
Level 2
Joined
Nov 12, 2008
Messages
16
I am trying to make a GUI trigger. What i need this trigger to do is to move - instantly any entering unit to this specific region to another region, but what i am having problem with is that the entering unit should have 2 items a red key and black key. What i did so far is this:

events Unit - A unit enters Region 034 <gen>
Conditions (Item carried by (Entering unit) in slot 1) Equal to (Item carried by (Picked unit) of type Red Key)
&
(Item carried by (Entering unit) in slot 2) Equal to (Item carried by (Picked unit) of type Black Key)
Actions Unit - Move (Entering unit) instantly to (Center of Region 034 Copy 3 <gen>)

this shitty trigger doesnt seem to work... can anyone please figure this out?
 
Last edited:
Status
Not open for further replies.
Top