Put the name of the line you want him to say in [] inside the quotes. Such as
general:"[hisline01]Do you like it when I scrape it with my teeth?"
hisline01:"Ouch!"{"style":"Him"}
The dialogue will automatically go to the last line in [] in your quote. (Unless it fails to reach them because she stops talking for whatever reason. If you want to avoid this problem make her lines thoughts instead of talking.) You can create quite long chains of back and forth like this. You can also use *variable* inside the [] to create branching scripts this way. Such as (assuming you have a 1/0 variable masochist):
general:"[hisline*masochist*]Do you like it when I scrape it with my teeth?"
hisline0:"Ouch! Stop that!"{"style":"Him"}
hisline1:"Yes! Don't stop!"{"style":"Him"}
This the first post on how to build dialogues or look at examples other people have done.
general:"[hisline01]Do you like it when I scrape it with my teeth?"
hisline01:"Ouch!"{"style":"Him"}
The dialogue will automatically go to the last line in [] in your quote. (Unless it fails to reach them because she stops talking for whatever reason. If you want to avoid this problem make her lines thoughts instead of talking.) You can create quite long chains of back and forth like this. You can also use *variable* inside the [] to create branching scripts this way. Such as (assuming you have a 1/0 variable masochist):
general:"[hisline*masochist*]Do you like it when I scrape it with my teeth?"
hisline0:"Ouch! Stop that!"{"style":"Him"}
hisline1:"Yes! Don't stop!"{"style":"Him"}
This the first post on how to build dialogues or look at examples other people have done.