LigerHorse
Potential Patron
- Joined
- Mar 22, 2015
As the subject suggests, I need some help with a dialogue I'm working on. The dialogue wasn't originally created by me but I have been making a lot of changes and additions to better fit a custom scenario. Unfortunately in my testing I have run into an issue concerning the "next" condition. As show in the example below I'm using the "next" condition to simulate an actual conversation between the male and female characters.
My problem is that the "next" condition apparently refuses to activate more than twice in a row. The first line of dialogue get's displayed, then "swallow2" is displayed and "swallow3" after that. However it won't display "swallow4". Sometimes after displaying "swallow3" it will display a different dialogue(usually from the General category) and other times it won't display any dialogue for a few minutes or until I do something to trigger a dialogue. Because of this I don't think the "next" condition is being interrupted. The intro that the person who originally wrote this dialogue created also uses a series of "next" conditions to setup the scenario. I have edited the words used in some of the lines but the number of lines hasn't changed and I haven't changed anything else.
The biggest problem with the intro is the fact that the game is never told that the intro has been completed since it never reaches the final line. So sometimes the intro will just start up again at some random point. This means that the person who originally wrote the dialogue either didn't test to see if all parts of it were working or he/she didn't have the same issue I'm having. I'm using the latest version of Loader BTW. If anyone has any idea what might be causing the issue and how to fix it then please help, thanks!
swallow:"Werewolf cum is delicious! I wonder if a normal wolf's cum tastes the same..."{"held":"false","next":"swallow2"}
swallow2:"I don't know, but if you really want I could help you find out."{"style":"Him","next":"swallow3"}
swallow3:"[SHOCK]Really!? Well then... maybe you could, um... help me fulfill my wild animal gangbang fantasy?"{"next":"swallow4"}
swallow4:"Your... your... Daaammnn sis. Your far more of a slut than I realized. Heheheh, I can certainly help. Though you'll have to wear a revealing pink wolf costume and let me tie you up."{"style":"Him","next":"swallow5"}
swallow2:"I don't know, but if you really want I could help you find out."{"style":"Him","next":"swallow3"}
swallow3:"[SHOCK]Really!? Well then... maybe you could, um... help me fulfill my wild animal gangbang fantasy?"{"next":"swallow4"}
swallow4:"Your... your... Daaammnn sis. Your far more of a slut than I realized. Heheheh, I can certainly help. Though you'll have to wear a revealing pink wolf costume and let me tie you up."{"style":"Him","next":"swallow5"}
My problem is that the "next" condition apparently refuses to activate more than twice in a row. The first line of dialogue get's displayed, then "swallow2" is displayed and "swallow3" after that. However it won't display "swallow4". Sometimes after displaying "swallow3" it will display a different dialogue(usually from the General category) and other times it won't display any dialogue for a few minutes or until I do something to trigger a dialogue. Because of this I don't think the "next" condition is being interrupted. The intro that the person who originally wrote this dialogue created also uses a series of "next" conditions to setup the scenario. I have edited the words used in some of the lines but the number of lines hasn't changed and I haven't changed anything else.
intro:"[NORMAL_MOOD]I'm a Werewolf! I can cum at will and I can last forever."{"check":{"introduction":"false"}, "style":"Him", "next":"intro1"}
intro1:"You are bluffing, no one can last forever."{"next":"intro2"}
intro2:"Well, I can..."{"style":"Him", "next":"intro3"}
intro3:"Then, your girlfriends didn't know how to give a good blowjob."{"next":"intro4"}
intro4:"No, they were pretty good..."{"style":"Him", "next":"intro5"}
intro5:"All the guys that I've been with didn't even last 15 minutes."{"next":"intro6"}
intro6:"Hahaha, they weren't as good as I am and I doubt that THEY were werewolves."{"style":"Him", "next":"intro7"}
intro7:"If I gave you a blowjob, you wouldn't even last 15 minutes."{"next":"intro8"}
intro8:"So you feel so good at it, hahaha. I bet I could last far longer than 15 minutes."{"style":"Him", "next":"intro9"}
intro9:"You think so? I accept, you are so going to lose!"{"next":"intro10"}
intro10:"I don't believe you, you are going to chicken out."{"style":"Him","next":"intro11"}
intro11:"No way, I'll prove it to you right here[TAP_HANDS], right now!"{"next":"intro12"}
intro12:"Haha, you are such a slut sis. I'll transform so you can show me just how good you are, you drunk bitch."{"style":"Him", "set":{"introduction":"true"}}
intro1:"You are bluffing, no one can last forever."{"next":"intro2"}
intro2:"Well, I can..."{"style":"Him", "next":"intro3"}
intro3:"Then, your girlfriends didn't know how to give a good blowjob."{"next":"intro4"}
intro4:"No, they were pretty good..."{"style":"Him", "next":"intro5"}
intro5:"All the guys that I've been with didn't even last 15 minutes."{"next":"intro6"}
intro6:"Hahaha, they weren't as good as I am and I doubt that THEY were werewolves."{"style":"Him", "next":"intro7"}
intro7:"If I gave you a blowjob, you wouldn't even last 15 minutes."{"next":"intro8"}
intro8:"So you feel so good at it, hahaha. I bet I could last far longer than 15 minutes."{"style":"Him", "next":"intro9"}
intro9:"You think so? I accept, you are so going to lose!"{"next":"intro10"}
intro10:"I don't believe you, you are going to chicken out."{"style":"Him","next":"intro11"}
intro11:"No way, I'll prove it to you right here[TAP_HANDS], right now!"{"next":"intro12"}
intro12:"Haha, you are such a slut sis. I'll transform so you can show me just how good you are, you drunk bitch."{"style":"Him", "set":{"introduction":"true"}}
The biggest problem with the intro is the fact that the game is never told that the intro has been completed since it never reaches the final line. So sometimes the intro will just start up again at some random point. This means that the person who originally wrote the dialogue either didn't test to see if all parts of it were working or he/she didn't have the same issue I'm having. I'm using the latest version of Loader BTW. If anyone has any idea what might be causing the issue and how to fix it then please help, thanks!