inkle / ink

inkle's open source scripting language for writing interactive narrative.
http://www.inklestudios.com/ink
MIT License
4.14k stars 495 forks source link

Getting history of all messages #480

Open rosaWetteloos opened 6 years ago

rosaWetteloos commented 6 years ago

Hi!

I'm currently setting up a text-adventure game in the form of a messenger app using Ink (with the InkJS port), and running into an issue with the history. Is it possible to display all the past messages based on the player's state when re-entering a game? I've read to the previous issue's and couldn't find anything related to this functionality/

joningold commented 6 years ago

This is the sort of thing you’d have to record yourself in the game code of your game and save/load yourself; there’s nothing baked into the engine that stores output text. On Sun, 30 Sep 2018 at 4:57 pm, rosaWetteloos notifications@github.com wrote:

Hi!

I'm currently setting up a text-adventure game in the form of a messenger app using Ink (with the InkJS port), and running into an issue with the history. Is it possible to display all the past messages based on the player's state when re-entering a game? I've read to the previous issue's and couldn't find anything related to this functionality/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/inkle/ink/issues/480, or mute the thread https://github.com/notifications/unsubscribe-auth/AA40ow15AHh6Ocxr_i1WV-LT_xosqYefks5ugOnngaJpZM4XBB1X .

technoplato commented 5 years ago

@rosaWetteloos @joningold am I reading this correctly to say that is no built in hook to track user responses for perhaps analytics purposes?