• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] How to off this.

Status
Not open for further replies.
Level 5
Joined
Aug 21, 2012
Messages
107
This is something...

Ok I created a cinematic that begins when a unit enter this region.

When my unit entered the region, I planned to move the unit behind the triggered region to make it like walking but when my unit is about to pass the region, it keeps looping every time my unit passes it.

Can a trigger delete the region after my unit enters it? If not pls inform me though.
 
Level 5
Joined
Aug 21, 2012
Messages
107
What I did is that I created three triggers. The first triggers is:
  • Events
    • Map initialization
  • Actions
    • Trigger - Turn off (Third Trigger)
The second trigger contains:
  • Events
    • Unit - A unit enters Region 009 <gen>
  • Actions
    • Trigger - Turn on (Third Trigger)
    • Trigger - Turn off (This Trigger)
The Third trigger then holds all the action and are started with time elapsed.

Good?
 
Level 5
Joined
Aug 21, 2012
Messages
107
I deleted my 1st and change my second:
  • Events
    • Unit - A unit enters Region 009 <gen>
  • Actions
    • Trigger - Run Third Trigger <gen> (ignoring conditions)
    • Trigger - Turn off (This Trigger)
I also deleted the event in my third and it worked. Thank to you all.
 
Status
Not open for further replies.
Top