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

Show player name.

Status
Not open for further replies.
this should work.

u have to store the players into the player groups i labeled team 1 and team 2 then u have to run this trigger and it will show u the names of the ppl vs the names of the other ppl

  • Player names
    • Events
    • Conditions
    • Actions
      • Set tempPlayer = (Random player from playerGroupTeam1)
      • Set tempString[1] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam1
      • Set tempPlayer = (Random player from playerGroupTeam1)
      • Set tempString[2] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam1
      • Set tempPlayer = (Random player from playerGroupTeam2)
      • Set tempString[3] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam2
      • Set tempPlayer = (Random player from playerGroupTeam2)
      • Set tempString[4] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam2
      • Set tempString[0] = (((tempString[1] + ( + tempString[2])) + Vs ) + (tempString[3] + ( + tempString[4])))
 
Level 14
Joined
Dec 29, 2009
Messages
931
this should work.

u have to store the players into the player groups i labeled team 1 and team 2 then u have to run this trigger and it will show u the names of the ppl vs the names of the other ppl

  • Player names
    • Events
    • Conditions
    • Actions
      • Set tempPlayer = (Random player from playerGroupTeam1)
      • Set tempString[1] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam1
      • Set tempPlayer = (Random player from playerGroupTeam1)
      • Set tempString[2] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam1
      • Set tempPlayer = (Random player from playerGroupTeam2)
      • Set tempString[3] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam2
      • Set tempPlayer = (Random player from playerGroupTeam2)
      • Set tempString[4] = (Name of tempPlayer)
      • Player Group - Remove tempPlayer from playerGroupTeam2
      • Set tempString[0] = (((tempString[1] + ( + tempString[2])) + Vs ) + (tempString[3] + ( + tempString[4])))

you dont have to do all that lol, just pick the player from the group. the temp strings arent necessary.
 
Status
Not open for further replies.
Top