QUOTE(ctempire @ Oct 6 2009, 7:09 PM)

Can you show me an example?
Hi
Example - look in "...Train Simulator\ROUTES\USA2 at the USA2.trk file. At line 6 you will see the start of the Description section and continues down to the Graphic section. Notice how every line except the last of the Description ends with a "+" signifying another line for the Description follows.
Here's the Section I'm referring to:
Description ( "Location: Montana, USA\n\n"+
"Route length: 163 miles (270 km)\n\n"+
"Railroad: The Burlington Northern and Santa Fe Railway Company (BNSF)\n\n"+
"Player-drivable locomotives: Dash 9 and GP38-2 diesel-electric locomotives\n\n"+
"Computer-controlled locomotives and trains on route: Genesis P40 (AMD 103) Empire Builder, "+
"SD40-2, GP38-2\n\n"+
"The rail line through Marias Pass is operated by BNSF, which uses the route to run priority "+
"intermodal trains, grain, and general freight across the country from Chicago to Seattle and "+
"Portland. Amtrak also uses the route to host their twice-daily Empire Builder passenger "+
"service.\n\n"+
"Train Simulator includes the mainline portion of the route from Shelby to Whitefish, and the "+
"branch line from Columbia Falls to Kalispell. You can haul freight over the pass, skirting the "+
"southern border of Glacier National Park, or make local freight deliveries along the Kalispell "+
"line."
)
In this case, the line with the characters "line." is the last line before the closing ")" and it does not have a final; "+" but all the preceeding lines do. Your problem route may have an error in its Description section with one too many "+"s.
GaryG