BlueZephyr
Casual Client
- Joined
- Nov 29, 2018
I'm not sure I can explain this properly but I'll give it a try.
I've developed a way to get random choices in dialogues using the da.random variable. Using it I can get a simple yes/no answer. Using 2 of them together will get me a choice of 4 things. The formula I use is *da.random <= custvar*. Therefore, if random is less than the custom variable I set it'll return 1. My question I'm getting around to is how to do 3 choices like this?
What I'm aiming for is to allow Him to choose a different sex position after climax, to put it simply. The dialogue can do her control, forced and doggie sex. I'm guessing her control could be a default where it'll happen if the other 2 don't trigger, then having forced and doggie positions be chosen with custom variables that da.random will be compared with.
Any ideas?
I've developed a way to get random choices in dialogues using the da.random variable. Using it I can get a simple yes/no answer. Using 2 of them together will get me a choice of 4 things. The formula I use is *da.random <= custvar*. Therefore, if random is less than the custom variable I set it'll return 1. My question I'm getting around to is how to do 3 choices like this?
What I'm aiming for is to allow Him to choose a different sex position after climax, to put it simply. The dialogue can do her control, forced and doggie sex. I'm guessing her control could be a default where it'll happen if the other 2 don't trigger, then having forced and doggie positions be chosen with custom variables that da.random will be compared with.
Any ideas?