Breaking up Paragraphs with tags Javascript #806
Unanswered
PWMathis
asked this question in
Game integration help
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying come up with a way to auto continue a conversation without adding choices. Sort of a background conversation the player overhears. Very much new to Ink and to Javascript so I'm not sure if it's something simple I'm missing. My hope is that with the wait tag I can create a javascript function to give a brief pause before continuing on to the next part of the paragraph. I gather that Ink views this as one large paragraph to be delivered all at once. Should I try to use tags to break up the paragraph and then some external function to parse and fade those pieces?
===The Doughnut Hole===
-Pops: Well you can't make magic on an empty stomach have some of Pops' holes on the house. People come from miles around just to get ahold of my holes.#WAIT
//Pause before showing Lyle interjection
???: POPS YOU CANNOT KEEP SAYING THAT! WE ALL KNOW WHAT YOU MEAN BUT THE PHRASING IS ALL WRONG!!#WAIT
//Pause Post Lyle interjection
Pops: That's Lyle he's a bit like a nephew to me, all in and down with the youth speak He likes to tell me how to keep it hip and off the hook no capitals.#WAIT
//Pause before finishing
->DONE
Beta Was this translation helpful? Give feedback.
All reactions