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

Player to String

Status
Not open for further replies.
Level 5
Joined
Jan 19, 2020
Messages
102
i want get the player to String because i cant add the player color to the text
i first get the player number and then the player color, but i can only add it as String

Actions
Custom script: local player leaver = GetTriggerPlayer()
Custom script: local playercolor color = GetPlayerColor(leaver)
Game - Display to (All players) for 1.00 seconds the text: <Empty String>
 
Level 5
Joined
Jan 19, 2020
Messages
102
well thanks helped a lot.

i edit it a bit and wrote the color code to the text file,

without the extra Variable.
 
Last edited:
Status
Not open for further replies.
Top