in my story retrace, I want to make a bonus that you can unlock by picking the right choice. but I have no idea what to do. it is right before there date at a restaurant. and I dont know what they could do before that. the story is happening in las vegas, and no i dont wanna put them in a casino
You can do it with gains/gotos but I don’t remember the code for it off the top of my head but I do remember it for points!
choice
“Go to sushi place (or whatever choice)” {
CHARACTER
Ok! We’ll get sushi tonight!
@CHARACTER +1
} “Don’t go out- just order pizza” {
CHARACTER
Ok then- I’ll order pizza tonight
}
~stuff happens~
(Here is where the scene would come in)
if CHARACTER = 1 {
CHARACTER2
Are you almost ready?
CHARACTER
Yea let’s go!
(Them getting sushi)
} else {
}
CHARACTER2
The food was good
CHARACTER
Yep
In this, if the reader chooses to have them go out for sushi, they will get a scene of them at the restaurant. But, if they choose to order food from home, there will be no scene.
Hope this helps! (Sorry such a long example)
thanks but i am looking for an idea for what to do as the bonus scene
Some ideas
- A walk in the park
- Sightseeing
- The drive on the way to the restaurant
They aren’t the best but maybe you could get some inspiration
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.