I took a break from coding and…
HELPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP!!!
Remove the second @ sign
So firstly where the notes are going to be you need a label after the notes also to e.g.
Example
choice
“Sure! Why not?” {
goto authors_note
}
“No thanks, I’ll pass”{
goto end_notes
}
label authors_note
The notes here
label end_notes
That way if the reader doesn’t want to it skips past but if they do it reads it or you can take out the first label altogether as it would go to that section after the choice anyway so:
Example without first label
choice
“Sure! Why not?” {
}
“No thanks, I’ll pass”{
goto end_notes
}
The notes here
label end_notes
But either ways fine
And then the other thing is when a charcter speaks you don’t need the @ so it would be :
RANDOMWRITER07 (talk_greet_shy)
Hi, there. It’s me
~Hope this helps, good luck with your story and feel free to ask if I didn’t make sense
indented lines!!
Thank you!
Thank you!
K. Thanks!
No problem
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.