Hello, I need help. Been studying the “All Directing Commands”, checking out forums but still can’t find a solution. This is my first story and I’ve come to the complex coding part. I’m already familiar with simple codings and directings…
Here’s my detail: #1 Choices with 2 options #2 Merge Branch (similar regardless if option 1 or 2 is chosen) #3 Outcome of Option 1 (PS: To use labels or flags or?) #4 Outcome of Option 2 (PS: To use labels or flags or?) #5 Merge Branch (similar regardless if option 1 or 2 is chosen)
My questions:
How to merge the branch for #2 and #5?
As for #3 & #4 (I tried duplicating and insert #2 into #3 and #4) then use the goto and label but it doesn’t work. If my label is without brackets, the story will just flow from #1 all the way to #5. If I put brackets in the label, there’ll be errors like “Your label may not contain space” or " Unexpected BLOCK_BEGIN:{"
Kindly advice which type of directing to use and guide accordingly. Thank you in advance!
After some time trying, it works. Thanks… You’ve made my day!
Here’s my feedback… I tried with gains. The option 1 path is correct but the option 2 path is still option 1’s path. (The gain is correctly typed and bracket correctly placed). As for named choices, it works perfectly. Thanks again!
Hello, I have another question. Can I insert simple gem choices in #3 and #4?
Because I got an error: Unexpected block end. The system failed to match the } for my earlier {
Found it. The outcome for named choice option 1 starts at 732, where i place the { and ends at 1161 with }. In between that there are multiple scenes and another two simple choices inside.
Before I add in the two simple choices, everything was fine. Is it because there’s too many choices inside the named choice?
Nope. I’m not sure if there’s a limit. But it’s just because you were missing a }, assuming it works with the same amount of choices in the named choice.