ink 1.2.0 logic in choice doesn't work anymore
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
Hello, i used to add logic into my choice add that was working like have a preview of a RPG test in the choice like this
`+ [Tutorial_Exploration.Exploration_1.Choice_{ExplorationTestPreviewOneAssist(PC, GetListValue(NPC,1), Normal, 0)}]`
Since i update ink to 1.2.0 it's doesn't work anymore, the story freeze
i found a workaround by use this :
```
{ExplorationTestPreviewOneAssist(PC, GetListValue(NPC,1), Normal, 0)}
+ [Tutorial_Exploration.Exploration_1.Choice_]
```
But i need to change more than 1000 RPG tests on my game so i will be glad if this is fixed, thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.