Dynamic tags not working
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
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

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.