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

Text Display

Status
Not open for further replies.
Level 10
Joined
Nov 3, 2009
Messages
687
Hey,

I made triggers for my capture the flag system... and got one problem when when allied unit picks it's own flag than it says: ''Player name'' has returned flag to it's base. But when I pick flag 100 times in it's base it shows hundres of that text... So I want:

*Is there possible that if unit picks item in region it won't show any message?


~Spoontoobig, Thank you!
 
Last edited:
  • Trigger
  • Events
    • Unit - A unit acquires an item
  • Conditions
  • Actions
    • If (All conditions are true) then do (Actions) else do (Actions)
      • If - Conditions
        • (StartArea <gen> contains (Triggering unit)) Equal to False //Boolean comparison -> Unit - Unit is in Region
      • Then - Actions
        • Game - Display to (All players) the text: "(Player name of (Owner of (Triggering unit)))+ has returned the flag to its base."
      • Else - Actions
 
Status
Not open for further replies.
Top