29 Aug 10, 06:19PM
http://pastebin.com/5ue4jGbV
EDIT :Its 'better to just post in on the fora
Does what you'd expect - haven't tested it yet; should work though.
EDIT :Its 'better to just post in on the fora
[SELECT ALL] Code:
alias qkick[
alias offset 3
alias str $arg2
loop i (- $numargs $offset) [concat str ( concatword [$arg] (+ $i $offset) ) ]
kick $arg1 $str
]
Does what you'd expect - haven't tested it yet; should work though.