
05-22-2007, 05:57 PM
|
|
Will work for food. Maybe
|
 |
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
|
|
|
tokenscount doesn't start with 0, because it's giving you the actual number of tokens, so if you have four words, it will return 4.
And tokenscount,tokenscount wouldn't work because it'd always pick the last option for text. You used the same method in your script as well. I want to pick between the first text, and the last, randomly. 0-tokenscount means it will randomly pick between the first token and the last. |
|
|
|