• 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] Simple GUI Problem

Status
Not open for further replies.
Level 26
Joined
Dec 30, 2007
Messages
1,554
  • All Pick
    • Events
      • Player - Player 1 (Red) types a chat message containing -ap as An exact match
    • Conditions
    • Actions
      • Game - Display to (All players) the text: has selected |cffff...
      • Trigger - Turn off All Random <gen>
      • Trigger - Turn off Classic <gen>
      • Trigger - Turn off (This trigger)
The Text Message:
has selected |cffffcc00All Pick|r.
Every player may choose which hero they want.

My Question:
How do I add the name of player Red infront of the "has selected"?
Rather simple I guess...
 
Level 16
Joined
May 1, 2008
Messages
1,605
Seas =)

  • Game - Display to (All players) the text: ((Name of (Triggering player)) + has selected: All Pick)
1) Game - Text Massage.
2) Click on Text
3) Choose by "Function" - Concatenate Strings
4) Click on String 1
5) Search by "Functions" Player - Player Name (of Triggering Player)
6) Press ok and add to String 2 the other text (has selected: All Pick ...)
 
Level 16
Joined
May 1, 2008
Messages
1,605
Seas =)

I only know this:
  • Cinematic - Clear the screen of text messages for (All players)
but this clear all massages...

But you can show this massage for only some times:
  • Game - Display to (All players) for xx.xx seconds the text: lol
How you can only remove this massage, without those triggers - I don't know.
 
Dr.Boom, thanks :)
And as I guessed, rather simple!

One more question:
Is it possible to "Kill/Remove" the last created Text?

if you use the
  • Game - Display to (All players) the text: ((Name of (Triggering player)) + has selected: All Pick)
it will be automatically erased after some time...
 
Status
Not open for further replies.
Top