[Plornt] commented on a Page, Color full text and lots of it  -  Feb 02, 2010

Ghostwriter, it doesnt work.

var %x 1
while (%x >= 11) {

If your starting at 1 then its never going to be >= 11 because 1 is not greater or equal to 11.

EDIT: if your reading this and looking at me as though im a retard, the fucktard below me edited the script >.> .... And still failed

If your so badly wanting to do it like the posters then:

Alias randomize {
var %x 1
while (%x <= 11) {
msg $chan $+($chr(3),$calc(11- %x)) $1-
inc %x
}
}

That will do the colours backwards...

(i hope)

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.