So I want to add a trigger warning to my story however I am aware that simply reading a trigger warnings subject can also be triggering so I want to add an option that allows the reader to change the scene slightly but without needing to read what subject could be triggering for example
Would this make sense to you as a reader?
Warning this scene may be triggering for some users what would you like to do?
Label Warning-choice
choice
“Review Trigger warning” {
Narrator
This scene contains details on [insert possible trigger]
goto Warning-choice
}
“Continue with story” {
goto confirm-main
}
“Change scene” {
goto confirm-edit
}
label confirm-main
Narrator are you sure you want to carry on with the story’s original scene?
Choice
“Yes continue” {
goto continue-main
}
“No I want to change” {
goto Warning-choice
}
label confirm-edit
Choice
“Yes continue” {
goto continue-Edit
}
“No I want to change” {
goto Warning-choice
}
Label continue-main
Insert story as originally planned
Label Edited-scene
Insert edited version of the scene so that it’s not as triggering and only outlines what happens very lightly
