Hello, I’m really new to Twine and codding stuff
and sorry in advance for my poor english
<<textbox "$name" "You" autofocus>>\
<<button "Confirm">><<set _ok to true>><</button>>
<<if _ok is true>>
Text here
<</if>>
So, I have confirmed that the button sets _ok to true
but the ‘Text here’ doesn’t show up (no error message, just blank space)
Can’t figure the problem myself, please help!