Pariah commented on a Page, Simple 8ball Snippet  -  Jun 25, 2006

The difference is /set is global, /var is local.
The %8ball variable will still exist after the script has finished with it, with /var it would be gone as soon as the script was done with it.

Either way though, the setting of a variable and checking if\'s, is uneccessary. You could simple place your responces in a text file and read a random line.

on *:text:@8ball:#:.msg # $read(responces.txt)

 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.