Newline not working and text being cut off on NVL
Posted: Thu May 20, 2021 10:27 pm
Hello there!
Currently have an issue where when a text gets too long (either by length of when using a newline) it does not show up properly.
For example:
It simply results in it being cut off. This happens with or without the newline.
https://cdn.discordapp.com/attachments/ ... nknown.png
These are my NVL settings
Another example of text being cut off when using a newline is this: https://cdn.discordapp.com/attachments/ ... -46-37.mp4
Code in question in that video:
I have tried having just one newline both at the line before and at the line in question. This also happens anywhere I try to do a newline with nvl.
Any help is greatly appreciated!
Currently have an issue where when a text gets too long (either by length of when using a newline) it does not show up properly.
For example:
Code: Select all
d "From this time forward, my sword shall be with you and your fate shall be \n with me. Now, our contract is complete.\" "
https://cdn.discordapp.com/attachments/ ... nknown.png
These are my NVL settings
Code: Select all
define gui.nvl_borders = Borders(0, 15, 0, 30)
define gui.nvl_height = None
define gui.nvl_spacing = 20
define gui.nvl_text_xpos = 350
define gui.nvl_text_ypos = 40
define gui.nvl_text_width = 1300
define config.nvl_list_length = 100
Code in question in that video:
Code: Select all
e "Trying to dodge it would be useless."
e "Being lightning, it’s invisible to the human eye.\n"
nvl hide
...other stuff...
nvl show
e "\nBut..."
e "The lightning that tries to pierce me…"
Any help is greatly appreciated!