Hi! need some help with scripting

So I’ve decided for the finale of my story, I have chosen to give people an option of picking a love interest they wants to end up with. The story contains 2 Li’s but my problem is… how or what should I be scripting exactly to give them the choice?

I want the endings to be unique.

2 Likes

do you want the choice to matter?

I recommend you to look at Dara Amarie’s website

1 Like

You can do it like this:

NARR
Who do you want to be with?

choice
“LI1” {

goto story_branch_LI1

} “LI2” {

goto story_branch_LI2

}

label story_branch_LI1

here goes your story with LI1

goto end_chapter

label story_branch_LI2

here goes your story with LI2

goto end_chapter

label end_chapter

here comes your end of chapter

1 Like

Thank you both for fast replies! :heart_eyes: :heart:

1 Like

No problem!

1 Like

Moved to Directing Help and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions. :smiley:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.