ingx24

Untitled

Aug 29th, 2011
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. on *:text:*:#:{
  2. if (bill isin $1-) {
  3. timer 10 0 msg $chan BILL
  4. msg $chan BILL NYE THE SCIENCE GUY }
  5. set %bill $rand(1,5)
  6. if (%bill == 1) {
  7. msg $chan $upper($1) IS A PROPERTY OF MATTER
  8. timer 10 0 msg $chan BILL }
  9. if (%bill == 2) && ($2 != $null) {
  10. msg $chan $upper($2) IS A PROPERTY OF MATTER
  11. timer 10 0 msg $chan BILL }
  12. if (%bill == 3) && ($3 != $null) {
  13. msg $chan $upper($3) IS A PROPERTY OF MATTER
  14. timer 10 0 msg $chan BILL }
  15. if (%bill == 4) && ($4 != $null) {
  16. msg $chan $upper($4) IS A PROPERTY OF MATTER
  17. timer 10 0 msg $chan BILL }
  18. if (%bill == 5) && ($5 != $null) {
  19. msg $chan $upper($5) IS A PROPERTY OF MATTER
  20. timer 10 0 msg $chan BILL }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment