Open DrAlta opened 2 months ago
Can you provide a reproducible sample of code showing the problem ?
Sorry it took so long to get back to you, been crunching at work.
Here's the RPG maker MV plugin. I added the original version of the code I changed in a comment It's just the build and construct method of the InkFactory class
InkScene.setupScene("knot")
then does a loop call InkScene.next()
until InkScene.isDone()
is true
If I understood the code enough to make MRE I could probably fix it myself
Describe the bug
the value return in a now some type of object, it can't be converted into a Value
Environment
Additional context
I've inherited the code base after the previous programmer left. and ink.js docs don't really documenting it more than saying, "It's a port of ink! you're an expert, right? in the original and in porting C# to js so you can figure it out."