Scenery Sprite Item Description Tip
Posted: Fri Apr 26, 2002 9:03 am
Hopefully I'm not "Johnny Come Lately" on this one and the rest of you have already figured this out, but...
I've been playing around with the names of Scenery Sprites and have been unsatisfied with something. Namely, that you apparently couldn't control how the name displayed, but rather had to rely on whatever rules governed the displaying of text for item names. Inserting a name like the following:
name_M01_streetSign = {The Sign Reads:
"Physical Training Has Been Cancelled Due to Lack of Interest."}
This resulted in a dislplay like this when you moved your mouse over the sign:
The Sign Reads: "Physical Training Has Been Cancelled Due to Lack of Interest."
Then I remembered that the "special character \n\n" prevented the display from deleting the end of line character, and so I tried something like this:
name_M69_brothelSign = {The Sign Reads:\n\n
"The Stanky Hole\n\n
Est. 2194\n\n
By Yo Mama"\n\n}
The result for this method was:
The Sign Reads:
"The Stanky Hole
Est. 2194
By Yo Mama"
The lines will appear to have more space between them, though. Roughly like having line spacing set to 1.5 instead of 1.
Cheers,
OTB
I've been playing around with the names of Scenery Sprites and have been unsatisfied with something. Namely, that you apparently couldn't control how the name displayed, but rather had to rely on whatever rules governed the displaying of text for item names. Inserting a name like the following:
name_M01_streetSign = {The Sign Reads:
"Physical Training Has Been Cancelled Due to Lack of Interest."}
This resulted in a dislplay like this when you moved your mouse over the sign:
The Sign Reads: "Physical Training Has Been Cancelled Due to Lack of Interest."
Then I remembered that the "special character \n\n" prevented the display from deleting the end of line character, and so I tried something like this:
name_M69_brothelSign = {The Sign Reads:\n\n
"The Stanky Hole\n\n
Est. 2194\n\n
By Yo Mama"\n\n}
The result for this method was:
The Sign Reads:
"The Stanky Hole
Est. 2194
By Yo Mama"
The lines will appear to have more space between them, though. Roughly like having line spacing set to 1.5 instead of 1.
Cheers,
OTB