inkle / inky

An editor for ink: inkle's narrative scripting language
http://www.inklestudios.com/ink
2.36k stars 289 forks source link

Dynamic tags not working #499

Open Lapin237 opened 7 months ago

Lapin237 commented 7 months ago

The code

VAR choice = 2
VAR word = -1
{choice} #X: {choice}
{word}
->END

and

else if ( splitTag && splitTag.property == "X" ) {
    story.state.variablesState["word"] = splitTag.val;
}

make 2023-11-17_011612