GrimUrsine
Content Creator
- Joined
- May 12, 2020
Hey, um, noob question?
I'm trying to write a dialogue, everything's fine and dandy, but is there any way I can force a line to play instantly as a variable reaches a certain value? More specifically, I want a line to trigger and to add to a custom variable as soon as da.pleasurePercentage reaches 25%. I tried adding it as a general line, but I didn't really expect it to work, since general lines are displayed at random. (spoiler: it doesn't work.)
Ideally, if it could be done in the background, without interfering with other lines, that would be amazing, but that's entirely optional.
Also, this is what I tried, and it does work, but because it's a "general" line, it only works when the stars allign and the game displays the line at precisely the exact percentage.
Any help or insight would be appreciated.
I'm trying to write a dialogue, everything's fine and dandy, but is there any way I can force a line to play instantly as a variable reaches a certain value? More specifically, I want a line to trigger and to add to a custom variable as soon as da.pleasurePercentage reaches 25%. I tried adding it as a general line, but I didn't really expect it to work, since general lines are displayed at random. (spoiler: it doesn't work.)
Ideally, if it could be done in the background, without interfering with other lines, that would be amazing, but that's entirely optional.
Also, this is what I tried, and it does work, but because it's a "general" line, it only works when the stars allign and the game displays the line at precisely the exact percentage.
general:"[GROW_HIS_BALLS_BY_5]Ah!"{"style":"Him","check":{"da.pleasurePercentage":"==25"}}
general:"[GROW_HIS_BALLS_BY_5]That feels good!"{"style":"Him","check":{"da.pleasurePercentage":"==50"}}
general:"[GROW_HIS_BALLS_BY_5]Keep going!"{"style":"Him","check":{"da.pleasurePercentage":"==75"}}
general:"[GROW_HIS_BALLS_BY_5]Don't stop!"{"style":"Him","check":{"da.pleasurePercentage":"==95"}}
general:"[GROW_HIS_BALLS_BY_5]That feels good!"{"style":"Him","check":{"da.pleasurePercentage":"==50"}}
general:"[GROW_HIS_BALLS_BY_5]Keep going!"{"style":"Him","check":{"da.pleasurePercentage":"==75"}}
general:"[GROW_HIS_BALLS_BY_5]Don't stop!"{"style":"Him","check":{"da.pleasurePercentage":"==95"}}