carriage returns

S

suraimu

Guest
Hey all. I had a script that would edit the description of my display case with particular things that had happened during the script's running, and used these to make a carriage return:

Code:
%0D%0A

It worked fine a couple of versions ago, but now it just prints the string instead of it converting into a carriage return. Is there some way to get it to do the old behavior again?
 
Top