Guest User

Untitled

a guest
May 21st, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. on *:TEXT:!roll:#: {
  2. /var %dice1 = $rand(0,6), %dice2 = $rand(0,6)
  3. if (%dice1 == %dice2) {
  4. /describe $chan throws a dice at $nick $+ . CONGRATULATIONS! You escape from jail
  5. } else {
  6. /describe $chan throws a dice at $nick $+ . you got a $rand(0,6) and $rand(0,6) $+ . YOU STAY IN JAIL, FOOL!
  7. }
  8. }
Add Comment
Please, Sign In to add comment