Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Problem with [ CODE ] blocks?

Page: 1 of 1
 stoffe
08-25-2005, 3:42 PM
#1
It seems the forum occasionally does strange things to text inside [ CODE ] blocks when there is a long string of text without any spaces, often containing capital letters but I'm unsure if that's relevant.

Here is an example:


if(GN_GetSpawnInCondition(SW_FLAG_EVENT_ON_HEARTBE AT))


When I wrote that, there were no blank spaces between the E and the A in HEARTBEAT in the text. For some reason the forum added that itself.

This has the potential to become very annoying if you post larger scripts where you have to proof-read them very carefully after posting to make sure the forum hasn't messed up the code.

Can something be done about this?
 Darth333
08-25-2005, 3:51 PM
#2
It looks like you can't type more than 50 consecutive characters. I'll see what can be done.

I know it's annoying but in the meantime, you can place space where it does not affect the the script:

if (GN_GetSpawnInCondition (SW_FLAG_EVENT_ON_HEARTBEAT))
Page: 1 of 1