Skip to content

Instantly share code, notes, and snippets.

@5om3Bod1
Created May 5, 2025 17:28
Show Gist options
  • Save 5om3Bod1/439811d153eba7f569dff76c0750acc1 to your computer and use it in GitHub Desktop.
Save 5om3Bod1/439811d153eba7f569dff76c0750acc1 to your computer and use it in GitHub Desktop.
tinychoice game
A game made with tinychoice.org. Just go there and paste it in to try it out :)
{"START":[],"SENIORDOC":[["I can't believe there is a private investigation right now looking into Dr. C. Medulla's death. Wasn't it deemed a suicide by the police? I'm now forced to take time off work for this stupid case. On the bright side of things, I use to work with the person and they tried blackmailing me. Now they are dead and I no longer need to look over my own shoulder. That reminds me I should message Nurse Bellum, to remind them they owe me for my silence."],[""],["*This choice will have a lasting effect*"],[""],[""],["Message Bellum","NURSER1"],[""],["Don't message Bellum","NURSER2"],[""]],"__STARTSECTION__":"SENIORDOC","NURSER1":[["I messaged Bellum demanding they keep their mouth shut regarding the smuggling case. I can't afford for them to slip up because if they do I'll also be in the line of fire as a result."],[""],["*Make sure to tell the DM you chose to bribe the nurse.*"],[""],[""],["End","END"],[""]],"NURSER2":[["I didn't message Bellum. If word got out I was blackmailing them the PI might consider me a larger suspect as to why I'm trying to get the case closed."],[""],[""],["End","END"],[""]],"END":[["DM: This wraps up your first clue. Check the Senior Doctor's Office for your tableau."],[""]]}
=seniorDoc=
I can't believe there is a private investigation right now looking into Dr. C. Medulla's death. Wasn't it deemed a suicide by the police? I'm now forced to take time off work for this stupid case. On the bright side of things, I use to work with the person and they tried blackmailing me. Now they are dead and I no longer need to look over my own shoulder. That reminds me I should message Nurse Bellum, to remind them they owe me for my silence.
*This choice will have a lasting effect*
Message Bellum -> nurseR1
Don't message Bellum -> nurseR2
=nurseR1=
I messaged Bellum demanding they keep their mouth shut regarding the smuggling case. I can't afford for them to slip up because if they do I'll also be in the line of fire as a result.
*Make sure to tell the DM you chose to bribe the nurse.*
End -> end
=nurseR2=
I didn't message Bellum. If word got out I was blackmailing them the PI might consider me a larger suspect as to why I'm trying to get the case closed.
End -> end
=End=
DM: This wraps up your first clue. Check the Senior Doctor's Office for your tableau.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment