I think I am onto something...
Code:vcount = Script.current.vars.count - 1 vcount.times{ respond Script.current.vars[1] Script.current.vars.shift }
>;test aaa "bbb bbb" ccc
--- Lich: test active.
aaa
bbb bbb
ccc
--- Lich: test has exited.
I think I am onto something...
Code:vcount = Script.current.vars.count - 1 vcount.times{ respond Script.current.vars[1] Script.current.vars.shift }
>;test aaa "bbb bbb" ccc
--- Lich: test active.
aaa
bbb bbb
ccc
--- Lich: test has exited.