Is there a way to stop the auto capital?

Posted by NeVeck on Thu 20 Jun 2002 04:15 PM — 2 posts, 11,657 views.

#0
1.30
for smaug

The first letter of the long description of an object is changed to a capital whenever the area is saved. Is there some way to tell it not to do this, just leave it as lower case?
Australia Forum Administrator #1
In the SMAUG server, it does the same thing. In db.c I see this code:

pObjIndex->description[0] = UPPER(pObjIndex->description[0]);

Thus, the Area Editor did the same, for consistency.

I suppose if you changed SMAUG to eliminate that line, the Area Editor could be changed too. Is that what you want?