Skip to content
MSN

Scraboogle trouble

A TG007 community discussion started by Caradalho.

Discussion 3 posts
Page 1 of 1
Open
Topic #6578 · 3 published posts · 510 views

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

Edited May 8, 2006 5:10 AM by Caradalho

Did you edit that 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 
 
msg $RName %ScraBoggleScores 
return 
} 

You had the msg set as msn ...

I edited the code x-fusion :oops:

I was trying to solve the problem myself .

But it dont work either.