inkle / inkle/ink

Dynamic tags appear to not update in JS

Open
#853 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

I've been updating CSS based on dynamic tags, but they only appear to interpolate on the inkle side of things and not in the JavaScript.

For example:

```
~ temp character = "Kirby"
# LABEL: { character }
```

```
VAR character = "Kirby"
# LABEL: { character }
```

In both cases, these populate in Inky/in the gameplay text correctly, but when printing them in the JavaScript, show `{ character }` rather than `Kirby`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.