Hello, I'm making a dungeon crawler style game in Sugarcube, and things have mostly been going great. In order to potentially have more control over UI, and possibly open up better options for in-line menus rather than passage-based menus with copious control logic, I was advised to update to the latest version of sugarcube.
Unfortunately, this seems to have broken my functionality, in at least one of my widget-containing passages.
https://imgur.com/a/XJl2ZCX
Furthermore, as you can see, the error is being cut off. This is not new behavior - all of my error messages have been cut off since install, but usually the first line has been enough to get me started on a fix.
The full passage is quite long, but I do have it tagged with 'widget' (it was working before the update.)
Here is a small example widget:
<<widget "FightMenu">><span id = "FightMenu"><<if $charmedTurnsLeft > 0>><<Resist>><<else>><<if $tethered>><<RemoveTether>><br><</if>><<Attack!>><br><<DodgeAndWait>><br><<Flee!>><br><<Spellbook>><</if>></span><</widget>>
I'm really at a loss as to how to proceed, other than to revert to the old version of Sugarcube. Any help is appreciated, thanks.