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
This is a limitation of the current parser design, which parses as many external options ([[text|node]]) as it can before declaring that a particular dialogue line is complete. This won't work correctly:
Some dialogue.
[[Option text|node]]
<<if true>>
[[Other option text|node2]]
<<endif>>
The text was updated successfully, but these errors were encountered:
This is a limitation of the current parser design, which parses as many external options (
[[text|node]]
) as it can before declaring that a particular dialogue line is complete. This won't work correctly:The text was updated successfully, but these errors were encountered: