You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, dialog entries containing the '=' character get cut off just before it, e.g.: sunsetquasar_mymod_example= This is = to an example returns "This is "
This usually isn't an issue. However, when I decided to implement JaThePlayer's Session Expressions support for my Plutonium Text entities (which pull the text from a dialog file), part of the syntax can't be expressed properly when it features the equals sign.
I am not sure how dialog parsing works, but if it didn't cut off equals signs after the first one in the same line, or preserved them if inside {} blocks (or both options) then my issue would be solved
Additional context
The text was updated successfully, but these errors were encountered:
I am planning on implementing this myself
No
Describe your request
Currently, dialog entries containing the
'='
character get cut off just before it, e.g.:sunsetquasar_mymod_example= This is = to an example
returns"This is "
This usually isn't an issue. However, when I decided to implement JaThePlayer's Session Expressions support for my Plutonium Text entities (which pull the text from a dialog file), part of the syntax can't be expressed properly when it features the equals sign.
I am not sure how dialog parsing works, but if it didn't cut off equals signs after the first one in the same line, or preserved them if inside
{}
blocks (or both options) then my issue would be solvedAdditional context
The text was updated successfully, but these errors were encountered: