Is there a way to clear certain buffers within the script? Sometimes triggers get stacked too deep and then causes problems, such as the cum and precum triggers:
cum_on_face:
cum_in_mouth:
cum_in_throat:
cum_in_eye:
cum_in_nose:
pre_cum:
Since these tend to cluster it would be nice to have a [CLEAR] function to reset the buffer so they do not trip over one another from over stacking. Any such option I am not aware of?
cum_on_face:"[CLEAR][OPEN_EYES]БББ[LOOK_UP]БББ[DROOL]"{"style":"Thought"}
cum_in_mouth:"[CLEAR][SHOCK]БББ[ADD_EFFECTIVE_CUM]"{"style":"Thought"}
cum_in_throat:"[CLEAR][SWALLOW]БББ[ADD_EFFECTIVE_CUM]"{"style":"Thought"}
cum_in_eye:"[CLEAR][WINCE]"{"style":"Thought"}
cum_in_nose:"[CLEAR][SHOCK]"{"style":"Thought"}
pre_cum:"[CLEAR][OPEN_EYES]БББ[LOOK_UP]БББ"{"style":"Thought"}
The above are some very basic examples which I tend to keep extra short to avoid stacking conditions. I would much rather have some way of interrupting the condition rather than stacking to give options for more detailed response.
cum_on_face:
cum_in_mouth:
cum_in_throat:
cum_in_eye:
cum_in_nose:
pre_cum:
Since these tend to cluster it would be nice to have a [CLEAR] function to reset the buffer so they do not trip over one another from over stacking. Any such option I am not aware of?
cum_on_face:"[CLEAR][OPEN_EYES]БББ[LOOK_UP]БББ[DROOL]"{"style":"Thought"}
cum_in_mouth:"[CLEAR][SHOCK]БББ[ADD_EFFECTIVE_CUM]"{"style":"Thought"}
cum_in_throat:"[CLEAR][SWALLOW]БББ[ADD_EFFECTIVE_CUM]"{"style":"Thought"}
cum_in_eye:"[CLEAR][WINCE]"{"style":"Thought"}
cum_in_nose:"[CLEAR][SHOCK]"{"style":"Thought"}
pre_cum:"[CLEAR][OPEN_EYES]БББ[LOOK_UP]БББ"{"style":"Thought"}
The above are some very basic examples which I tend to keep extra short to avoid stacking conditions. I would much rather have some way of interrupting the condition rather than stacking to give options for more detailed response.