• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Help pls my trigger wont stop repeating

Status
Not open for further replies.
Level 3
Joined
Mar 5, 2016
Messages
25
Normally this trigger should only work for when an any red unit step on it;
-sending units on attack point
-make units say to arm!


problems:
-units doenst go to attack point
-it can be activated by multiple times when you step in and out in and out





primal reaction
Events
Unit - A unit enters Region 007 <gen>
Conditions
(Owner of (Entering unit)) Equal to Player 1 (Red)
Actions
Sound - Play FootmanYesAttack3 <gen> at 100.00% volume, located at (Center of Region 007 <gen>) with Z offset 0.00
Cinematic - Send transmission to (All players) from Swordsman 0068 <gen> named Swordman: Play No sound and display TO ARMS!!!. Modify duration: Add 0.00 seconds and Wait
Unit - Order Worker (Blood Elf) 0069 <gen> to Attack-Move To (Center of Region 007 <gen>)
Unit - Order Footman 0065 <gen> to Attack-Move To (Center of Region 007 <gen>)
Unit - Order Footman 0067 <gen> to Attack-Move To (Center of Region 007 <gen>)
Unit - Order Footman 0066 <gen> to Attack-Move To (Center of Region 007 <gen>)
Unit - Order Swordsman 0068 <gen> to Attack-Move To (Center of Region 007 <gen>)
Trigger - Turn off (This trigger)
 
Level 3
Joined
Mar 5, 2016
Messages
25
I fixed the problem by chainging the turns of actions by : first unit moments & then unit speaks

but can someone explain me why the triggers wont work ? im really curious about it
 
Level 3
Joined
Jul 15, 2013
Messages
54
Cinematic - Send transmission to (All players) from Swordsman 0068 <gen> named Swordman: Play No sound and display TO ARMS!!!. Modify duration: Add 0.00 seconds and Wait
Maybe this line, change the Wait to Don't wait. (Still have a delay whenever Wait i guess :S)
 
Level 4
Joined
Sep 13, 2014
Messages
106
As vuakudo said,

The action "Cinematic - Transmission from Unit" causes the trigger to wait until the transmission is finished when the optional argument "and Wait" is used.

See, you have

Cinematic - Send transmission to (All players) from Swordsman 0068 <gen> named Swordman: Play No sound and display TO ARMS!!!. Modify duration: Add 0.00 seconds and Wait
 
Status
Not open for further replies.
Top