HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multiboard help

06-16-2004, 10:19 PM#1
Transcendence
This is probably a very stupid question. But with my multiboard, I have an integer variable that holds the number of kills each person has. And I want the amount of the Integer variable to be displayed on the Multiboard to show the amount of kills. How do i do this? Cause I don't really know how to do it without changing the Integer to a String which you can't do.
06-16-2004, 10:31 PM#2
Nemesis9x
You can convert integer to string :D :D
Conversion - Convert Integer to String

and it would be something like this
Multiboard - Set the text for Multiboard item in column 3, row ((Player number of (Owner of (Killing unit))) + 1) to (String(KillCount[(Player number of (Owner of (Killing unit)))]))
06-17-2004, 03:13 AM#3
Transcendence
ooops...didnt see that....thx though, told ya it was stupid o_O
06-17-2004, 04:13 AM#4
DoCa-Cola
Quote:
Originally Posted by Transcendence
ooops...didnt see that....thx though, told ya it was stupid o_O
Stupid maybe, but we have to learn somehow, and if asking "stupid" questions gets it done, then so be it.