tglogo.png
0 LIKES

Snippet


8ball

In Category General IRC Posted by Jess On 02/09/11
Tags: games 

Simple 8ball snippet

on *:TEXT:8ball*:#: {
  var %i $r(1,8)
  if (%i == 1) { msg # $nick Try back later. }
  elseif (%i == 2) { msg # $nick it is certain. }
  elseif (%i == 3) { msg # $nick hell no are you stupid. }
  elseif (%i == 4) { msg # $nick maybe, I do not know. }
  elseif (%i == 5) { msg # $nick do I look like a magic 8ball? }
  elseif (%i == 6) { msg # $nick Chances are ....... Yes. }
  elseif (%i == 7) { msg # $nick are you sure you want to know? }
  elseif (%i == 8) { msg # $nick why do you ask me such stupid things? }
}


Comments 1

DMA - Saturday, 29 April, 2023
What it do?

Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand