Is it possible to display character stats (hit points, spell points, ...) with different printers or is there a better option?
I ask, because i have tried to delete everything which was -in my opinion- not required from a dialogue printer to achieve the previously mentioned result, but the printer did not work.
Hi, instead of deleting the components try disabling them instead as some of them may seem harmless but serve a purpose to the printer's functions. That way you can go back and forth when doing trial and error.
And while you can display the stats on a Printer, I'd recommend using a custom UI instead as printers are primarily meant for revealable text. By adding the stats to a Custom UI you can show/hide the stats at any point (unless you know C# in which case you can create a custom command for toggling the stats on or off) https://naninovel.com/guide/user-interf ... -ui-layout
I have another question :) Is it possible to add line breaks in the text of an event trigger (pointer enter)? Using \n works in the naninovel script, but sadly not in the text field of an event trigger.
I have another question :) Is it possible to show/hide a single image (icon) with a custom variable trigger within a custom UI? I have tried to use 'bool enabled', but i have no idea how i can change the value from 'true' to 'false' with the @set command.
Yes, that's possible. Just ensure that you choose the enabled under Dynamic bool and not bool enabled under Static Parameters in the dropdown menu. Then it's just a matter of setting the bool correctly in naniscript, you can find examples of how @set works via the command API: https://naninovel.com/api/#set