Can i make 2 multiboard?

Status
Not open for further replies.
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:
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.
Back
Top