ID:149509
 
ok i have a say verb(to long for real code because it checks for text so ill give you short vetion)that makes it have one spaces above and below the text but i want it no space here a example:

Scoobert says bla bla bla


Scoobert says bla bal

//See how much space is in there.
here the code:
say(msg as text)
world << s_smileys("
[usr] says [html_encode(msg)]
")// Thats HTML and all because the might be the problem
ok can anyone see my problem?Its realy annoying.</<>
I've seen a little weirdness in DS's text output regarding the <center> tag. What you should be able to do is simply not close it. (This wouldn't work for ordinary HTML, but it works for DS's text.) That should solve some or all of your problem.

Lummox JR
In response to Lummox JR
thanks a ton people have been complaning sence my first game about that but i have been to lazy to do anything about it.