Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dialog entries to contain the equals sign '=' character #851

Open
SunsetQuasar opened this issue Nov 17, 2024 · 0 comments · May be fixed by #856
Open

Allow dialog entries to contain the equals sign '=' character #851

SunsetQuasar opened this issue Nov 17, 2024 · 0 comments · May be fixed by #856
Labels
enhancement New feature or request

Comments

@SunsetQuasar
Copy link

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 solved

Additional context

image

@SunsetQuasar SunsetQuasar added the enhancement New feature or request label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant