Advertisement
illpastethat

Flag Script leal

May 15th, 2011
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 1.30 KB | None | 0 0
  1. on *:text:*:#: {
  2.   if (.flags == $1) {
  3.     set -u60 %ct = $ctime
  4.     var %item = $rand(1,3)
  5.     if (%item == 1) {
  6.       set -u60 %answer italy
  7.       msg $chan 3,3_____0,0_____4,4_____
  8.       msg $chan 3,3_____0,0_____4,4_____
  9.       msg $chan 3,3_____0,0_____4,4_____
  10.       msg $chan 3,3_____0,0_____4,4_____
  11.       msg $chan 3,3_____0,0_____4,4_____
  12.     }
  13.     elseif (%item == 2) {
  14.       set -u60 %answer sweden
  15.       msg $chan 12,12____8,8__12,12_________
  16.       msg $chan 12,12____8,8__12,12_________
  17.       msg $chan 8,8_______________
  18.       msg $chan 12,12____8,8__12,12_________
  19.       msg $chan 12,12____8,8__12,12_________
  20.  
  21.     }
  22.     elseif (%item == 3) {
  23.       set -u60 %answer france
  24.       msg $chan 12,12_____0,0_____4,4_____
  25.       msg $chan 12,12_____0,0_____4,4_____
  26.       msg $chan 12,12_____0,0_____4,4_____
  27.       msg $chan 12,12_____0,0_____4,4_____
  28.       msg $chan 12,12_____0,0_____4,4_____
  29.     }
  30.   }
  31.   elseif ((france == $1) && ($calc($ctime-%ct) <= 60) && (%answer == sweden)) {
  32.     msg $chan Está certo!
  33.   }
  34.   elseif ((france == $1) && ($calc($ctime-%ct) <= 60) && (%answer == france)) {
  35.     msg $chan Está certo!
  36.   }
  37.   elseif ((italy == $1) && ($calc($ctime-%ct) <= 60) && (%answer == italy)) {
  38.     msg $chan Está certo!
  39.   }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement