Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. on *:text:!order *:#:{
  2. inc %orders
  3. set %order $2-
  4. var %ordernum = $rand(1,2)
  5. describe # sees $nick orders a round of $2-
  6. if (%ordernum == 1) { .timer 1 3 describe # sees: The waitress arrives and serves a round of %order }
  7. if (%ordernum == 2) { .timer 1 3 describe # sess: The waiter arrives and slips unluckily so that all of the %order covers }
  8. .timer 1 5 msg # That was order number: %orders
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement