Caradalho Saluts you.
Im trying to put scraboggle in my room but i have a prob. with some alias that wont show nothing in the room like this one.
Someone could verify this piece of code?
Code:
alias showallscores {
var %x 1
var %ScraBoggleScores 

while (%x <= $nick(#,0)) {
set %Name $nick(#,%x)
var %ScraBoggleScore = $getscore(%Name)
if (%ScraBoggleScore != 0) var %ScraBoggleScores %ScraBoggleScores %Name = %ScraBoggleScore
inc %x
}
var %ScraBoggleScores 
(H) ~~~~~ ScraBoggle (*) CURRENT PLAYERS SCORES ~~~~~ (H) %ScraBoggleScores 

msn $RName %ScraBoggleScores
return
}
Im using nuclear msn 6.0.2
Thanks for any help mates