- 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?
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: