HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Help Me With Trigger!!!!!

10-18-2003, 08:05 PM#1
SnorFace
how to do that you need that item to open that gate


Here is that im not understand
triggers

1.units entred region

2.then im need a trigger that do that you must have a item (key)

3.do amonation death alternate


emote_confused emote_sweat :( :////
10-19-2003, 01:30 PM#2
KaTTaNa
This does not belong here since you do not need Jass to do it.
However, it's not very hard. Just make a region on top of your gate and make this trigger: (Here I called the region Gate 1)
Code:
Trigger
  Open Gate 1
Events
  Unit - Unit enters region Gate 1 <gen>
Conditions
  {Boolean comparison} ((Entering unit) has an item of type Key)
Actions
  Animation - Play the death alternate animation for Gate <gen>
  Trigger - Turn off (This trigger) {*Optional*}
10-19-2003, 03:27 PM#3
SnorFace
thx then :gsmile: