I'm not quoting everythinig so thanks thanks thanks thanks thanks
I forgot to add that you should avoid slidecount going below 1. Or 0. Actually I think that if slidecount gets to 0 you just skip to the next instruction.
Simon wrote:
Rothaon wrote:I'm trying to get a way to separate allowed cums from forbidden ones

If you give explain this in a little more detail I might be able to help you
Specially with edges (and sometimes with ruins) there are card that force you to do them and cards that penalize you if you do them. eg:
- Until the end of the tease if you edge, get into chastity.
- SC 20 If you edge before next instruction get into chastity. Then get back to whatever your SC was.
The 1st one would use fors:type:cum:edge until:end
And the 2nd one fors:type:cum:Edge:force until:type:instruction
But if you encounter them both, both will fire, even if you're forced to.
------------------------
Post testing stuff: Start cards aren't show. The picture itself. I don't care much about the picture itself but it would be good for instructions to be shown, so they know what is going on.
Code: Select all
{"actions":[{"start":"start","type":"chastity","action":"true","fors":"type:picture","until":"type:cum:ruin"},{"start":"start","fors":"instant","type":"instruction","action":"Start","until":"type:cum:ruin"}]}
Also, if one start card is chosen twice, there's no way to know. (I was chasing a multiplier bug and it was just this. xD )
Instruction where the fors is the same as the until seems to not be triggering.
Code: Select all
{ "actions":[{"start":"draw","type":"strokecount","action":"+1","fors":"type:cum:ruin","until":"type:cum:any"},{"start":"draw","fors":"instant","type":"instruction","action":"SC +1 When you get a ruined orgasm. Until you cum, edge or ruin.","until":"type:cum:any"}]}
I just realized that delay:1 is the instruction card itself. Sorry
----------------------
So far I have two ideas to do. I hope I can finish them.
