I think the function to create links has an error. Despite the same code, the link is displayed differently.
I assume that it is > before the link. Then a space is inserted before and after the link.
...
switch (this.step) {
case 1:
text.t1 = coordb.href("("+coordb.tostring()+")")
text.t2 = coorda.href("("+coorda.tostring()+")")
text.t3 = coordc.href("("+coordc.tostring()+")")
break
case 2:
text.pos = coordb.href("("+coordb.tostring()+")")
break
....
(https://forum.simutrans.com/index.php?action=dlattach;topic=19246.0;attach=28191)
(https://forum.simutrans.com/index.php?action=dlattach;topic=19246.0;attach=28193)
Meanwhile, it works better, though nothing has changed.
This refers to the tutorial scenario?
yes
r8803 + latest Scriptfiles from Simutrans-SVN
the string [<--] (for Backspace) is not displayed correctly
everything after < until next > is not displayed
red text is not show, the line break not works
QuoteBackspace [<--] Taste.<br/> text
Speaking of the "href" function, I found a small mistake long ago.
When used with "coord3d", the coordinates shown are incorect if the map is rotated.