The Dink Network

Funny

August 12th 2003, 03:57 PM
peasantmb.gif
When I use something like:
say_stop("<whispers>psssssstt", 1);
the text always cuts itself.
Is this a kind of a bug?
August 12th 2003, 06:56 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Sort of. You can't use say or say_stop with a really long string of text without breaks. This should work:

say_stop(" psssssstt", 1);
August 12th 2003, 07:58 PM
goblinm.gif
trav666
Peasant He/Him
 
what about:
say_stop("<whispers> pssssst",1);
? cause if its just a long string of characaters without a break, then would just a space in between whispers and pssst fix that?
August 12th 2003, 08:34 PM
wizardg.gif
Paul
Peasant He/Him United States
 
It should, yeah. In fact I think redink1 may have meant to say that but tripped up the board's software.