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

Can i make 2 multiboard?

Status
Not open for further replies.
Level 8
Joined
Jul 15, 2012
Messages
143
oh,thanks problem solved
i want to ask again,
i want to make 3 digit value,like 100 % not 100,00% or more value after ( , )
this my trigger
Multiboard - Set the text for (Last created multiboard) item in column 4, row 2 to (String((Percentage life of Arthas <gen>)))
but when i see in game (multiboard) it show 100,000
how to fix that?
thanks
 
Last edited by a moderator:
Level 5
Joined
Dec 12, 2011
Messages
116
If you wanna show 100 instead of 100.000 you can convert the life to integer first, and then convert it to string:
  • Multiboard - Set the text for (Last created multiboard) item in column 4, row 2 to (String(Integer((Percentage life of Arthas <gen>))))
 
Status
Not open for further replies.
Top