PDA

View Full Version : FGU does not parse correctly text containing '=' character e.g. for AlienRPG ruleset



Naurthoron
April 2nd, 2020, 16:34
e.g. for AlienRPG ruleset
Error message:
[4/2/2020 4:50:59 PM] Launcher scene starting.
[4/2/2020 4:50:59 PM] [<color="red">ERROR</color>] Ruleset Info Load (AlienRPG): '=' is an unexpected token. The expected token is ';'. Line 19, position 77.

Faulty line
<announcement text="TUTORIAL: https://www.youtube.com/watch?v=Zrwy-EGyVJ4&t=0s" icon="mutant_year_zero_logo" font="systemfont" />

Moon Wizard
April 2nd, 2020, 18:33
This will need to be addressed by the AlienRPG ruleset developer. There is an unescaped ampersand in the announcement URL text, which is technically incorrect XML.

Regards,
JPG

Naurthoron
April 2nd, 2020, 18:55
This will need to be addressed by the AlienRPG ruleset developer. There is an unescaped ampersand in the announcement URL text, which is technically incorrect XML.

Regards,
JPG

Thank you.