ok so im trying to make a script that sit's inside a prim and outputs a score once you distroy your opposition but i seem to be missing somethning as i can get the outputs both on the prim and in chat but i cant seem to get the output on the board or who made the kill if anyone can point me in the right way or help i would be greatful as ive been trying to fix this for a few hours now
integer channel = -933;
vector text_color = <1.0, 1.0, 1.0>;
integer number_of_scores = 3;
list highscores = [];
print_scores()
{
string text = "HIGH SCORES\n----------------";