| 06-16-2004, 10:19 PM | #1 |
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 |
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 |
ooops...didnt see that....thx though, told ya it was stupid o_O |
| 06-17-2004, 04:13 AM | #4 | |
Quote:
|
