- Joined
- Oct 24, 2012
- Messages
- 6,545
well im using thi MultiboardSetItemValueColor and as u know it just has the rgb color code i was wondering what to set the color values at so it shows red for p1 blue for p2 and so on
call MultiboardSetItemValueBJ( MultiboardName, 1, 1, ( udg_Color[GetConvertedPlayerId(WhichPlayer)] + "Text" ) )
erm, don't use it. it's more accurate doing this:
You set the string of colour variable to each player number then use it in SetItemValue with text.JASS:call MultiboardSetItemValueBJ( MultiboardName, 1, 1, ( udg_Color[GetConvertedPlayerId(WhichPlayer)] + "Text" ) )