The Maniascript shows me an error because the declared manialink text is too long.
This is my menu maniascript:
Code: Select all
#RequireContext CManiaAppTitle
#Const ScriptName "Solo.Script.txt"
Text MainView2() {
return """veeeeeeeery long ML (1200 lines)
""";
}
main() {
10 lines of code
}
Code: Select all
ERROR [529, 161] The multilined string is too long (a '"""' is probably missing)
ERROR [529, 161] syntax error, unexpected NADEO_LEX_ERROR