• 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.

[Trigger] Need help with triggers.

Status
Not open for further replies.
Level 8
Joined
Aug 23, 2007
Messages
491
  • Untitled Trigger 145
    • Events
      • Unit - A unit enters Region 011 <gen>
    • Conditions
      • ((Triggering unit) is A Hero) Equal to True
    • Actions
      • Game - Display to (All players matching (((Owner of (Triggering unit)) controller) Equal to User)) the text: You are the mayor, ...
      • Player - Add 100 to (Owner of (Triggering unit)) Current gold
      • Wait 10.00 seconds
      • Trigger - Run Untitled Trigger 145 <gen> (checking conditions)
This is a trigger for a mayor job, the problem is the text keeps reappearing. I know its because the trigger is suppose to keep running its self over and over again so the player keeps getting gold. But then the text reappears of course, help?
 
Last edited by a moderator:
Level 7
Joined
Aug 30, 2008
Messages
347
Make two triggers,
the first runner consists of the trigger that contains your message
the seconds contains the gold giving per 10 seconds

just make it so that as soon as the first trigger has finished it will be turned off immediately and activates the seconds trigger.

you could try this.

also you might want to change the unit enters region cause they can keep entering back and forth and getting alot of triggered money on them.
 
Level 8
Joined
Aug 23, 2007
Messages
491
Make two triggers,
the first runner consists of the trigger that contains your message
the seconds contains the gold giving per 10 seconds

just make it so that as soon as the first trigger has finished it will be turned off immediately and activates the seconds trigger.

you could try this.

also you might want to change the unit enters region cause they can keep entering back and forth and getting alot of triggered money on them.

Entering the region means the trigger is activated and u get the circle of power, u enter it again it turns off. I guess your not familiar with loaps. But thanks for the help I'll try it out. +Rep
 
Status
Not open for further replies.
Top