Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Having an issue with Sugarcube 2.0

I have been making a text game on sugarcube on and off for a couple of months now and it has mostly been fine. Today I decided to update it to the latest version of sugarcube. A passage that previously loaded fine now gives me an error in test mode. I cant read what the error message says as it gets cut off.
31GdHvK.jpg

This is the passage in question:
<<set $incombat to 1>>\
<<set $e1active to 1>>\
<<set $eslot1 to {}>>\
<<set $eslot1.name to "TEST">>\
<<set $eslot1.healthtotal to 100>>\
<<set $eslot1.healthcurrent to 100>>\
<<set $eslot1.attack to 20>>\
<<set $eslot1.defense to 5>> \
<<set $debug to 1>>\
You have encountered an enemy. They look ready to fight!
<span id="miniscene"><<display "Combat Commands">></span>

This is what the display command shows:
<<click "Attack">><<replace "#miniscene">><<display "Attack Selection">><</replace>><</click>>
<<click "Defend">><<replace "#miniscene">><<display "defend">><</replace>><</click>>
<<click "Run">><<replace "#miniscene">><<display "run">><</replace>><</click>>

Comments

Sign In or Register to comment.