Snippets

So i found this code somewhere. the usage is /.spam <delay> <cmd> but if i have a cmd of two words like '/fish start' it doesn't work. it only detects 'fish' and not the 'start'. How do i overcome this?
i need script "abcdefg hijklmn" divided by space i need "abcdefg" return as 0@ "hijklmn" as 1@ is it possible ?
Top