Has anyone also experienced the problem that the end-tags ignore the back-slash? For example:
{i}xxxxx{\i} xxxx ### When behind it the text should be displayed normally, but it continues in italic and the same for {\b}
Or with: {size=+5}xxxxx{\size} #### the error message appears:
While processing text tag {size} in u'{size=+5}Hello, Jasmine xxxxx{size}'.:
File "game/script.rpy", line 658, in script
"{size=+5}Hello, Jasmine xxxxx{\size}"
Exception: empty value supplied for tag u'size'
In the first line the back-slash is not displayed at all, although it is there again in the full traceback.
Also here at F95 in the code input it is ignored from my side, because the [\CODE] not ended.
Is it maybe because of my operating system? I would be very grateful for a tip.
{i}xxxxx{\i} xxxx ### When behind it the text should be displayed normally, but it continues in italic and the same for {\b}
Or with: {size=+5}xxxxx{\size} #### the error message appears:
While processing text tag {size} in u'{size=+5}Hello, Jasmine xxxxx{size}'.:
File "game/script.rpy", line 658, in script
"{size=+5}Hello, Jasmine xxxxx{\size}"
Exception: empty value supplied for tag u'size'
In the first line the back-slash is not displayed at all, although it is there again in the full traceback.
Also here at F95 in the code input it is ignored from my side, because the [\CODE] not ended.
Is it maybe because of my operating system? I would be very grateful for a tip.