KipScript

By shadow-Majestic on Jul 26, 2009

Another usefull script, be warned, may cause flood!

    alias kip {
      set %kip 0
      while (%kip < $1) {
        inc %kip
        set %pok - $+ %pok
        msg $chan < $+ %pok $2- %pok $+ >
      }
      set %kip2 0
      while (%kip2 < $1) {
        inc %kip2
        dec %kip
        set %pok $left(%pok,%kip)
        msg $chan < $+ %pok $2- %pok $+ >
      }
      unset %kip
      unset %kip2
      unset %pok
    }

Comments

Sign in to comment.
Halit   -  Jul 29, 2009

mirc script code http://www.dostyakasi.net

 Respond  
Reaper09   -  Jul 28, 2009

Lol,wtf is this supposed to do? >.<

 Respond  
shadow-Majestic   -  Jul 26, 2009

or just put INC before rest of code in while loop, same thing. just a matter of preference

and yours needs <= i think

 Respond  
Ayon   -  Jul 26, 2009

alias kip {
set %kip 1
while (%kip < $1) {
set %pok $str(-,%kip)
msg $chan < $+ %pok $2- %pok $+ >
inc %kip
}
while (%kip) {
set %pok $str(-,%kip)
msg $chan < $+ %pok $2- %pok $+ >
dec %kip
}
unset %kip
unset %kip2
unset %pok
}

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.