How can I use wraptext/wraptext2 so that it DOESNT cut words in half when wrapping?
I used this in gs1:
PHP Code:
wraptext 40,,#c;
.. and it didnt cut the text. However, when I converted it to gs2:
PHP Code:
tokens = wraptext(40, "", player.chat);
.. it started cutting the text in half.