Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias rain {
- var %temp = 1, %max = $len($1-), %char, %string, %color = 4,01 7,01 8,01 9,01 11,01 10,01 13,01 10,01 11,01 9,01 8,01 7,01, %cs = $rand(1,$numtok(%color,32))
- while (%temp <= %max) {
- %char = $mid($1-,%temp,1) | if (%char isnum) %string = %string $+ $+ $gettok(%color,%cs,32) $+ $+ %char
- elseif (%char = $chr(32)) { inc %temp | %char = $mid($1-,%temp,1) | %string = %string $+ $gettok(%color,%cs,32) $+ %char }
- else { %string = %string $+ $+ $gettok(%color,%cs,32) $+ %char }
- inc %temp | inc %cs | if (%cs > $numtok(%color,32)) %cs = 1
- }
- if ($isid) return %string | else msg $Active %string
- }
- alias bigrain { /big $rain($1-) }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement