I wanted to see if any one could help me out, I've been searching and searching and haven't come up with anything that can help me.
Basically what I need is a script that counts the characters in the command window, if it's above a certain amount it would spit it and prepend the next command with a command of my choosing.
IE a post is 15000 long, after every 500 characters it would cut it off at the end of the next word and command split then prepend the next line with 'say' or another command (rest of text) and the same after the next 500 characters and so on.
In effect it would be something like this.
Input
Say (1500 characters)
Output
Say (500 Characters + last word);
Say (next 500 characters + last word);
Say (last 500 Characters)
This would allow me to make really long speeches or poses safely without running into much/mud/mush buffer limits and having to tediously go to the previous command history and reenter the portion of my text it cut out.
Can any one help?
Basically what I need is a script that counts the characters in the command window, if it's above a certain amount it would spit it and prepend the next command with a command of my choosing.
IE a post is 15000 long, after every 500 characters it would cut it off at the end of the next word and command split then prepend the next line with 'say' or another command (rest of text) and the same after the next 500 characters and so on.
In effect it would be something like this.
Input
Say (1500 characters)
Output
Say (500 Characters + last word);
Say (next 500 characters + last word);
Say (last 500 Characters)
This would allow me to make really long speeches or poses safely without running into much/mud/mush buffer limits and having to tediously go to the previous command history and reenter the portion of my text it cut out.
Can any one help?