jakobo / botscripten

A modified Twine engine specifically for chat conversations
Other
9 stars 1 forks source link

How i can save dialog progres #467

Closed Iilinkasa closed 2 years ago

Iilinkasa commented 2 years ago

Hi! How i can save dialog progres ?

jakobo commented 2 years ago

Because botscripten only parses the twine files and directives, it doesn't offer any state itself. Using the npm module, you can extract the set of passages and preserve the last node the user visited. Unfortunately, internal state management is outside of what we were building with botscripten.