123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763 |
- # arousal
- !!{For checking arousal and when applicable triggering orgasms.
- $ARGS[0] the action causing arousal can be when receiving any of the following:
- 'masturbate' 'porn' 'voyeur' 'kiss' 'breasts' 'massage' 'foreplay' 'cuni' 'rimming' 'trib' 'anal' 'anal_finger' 'anal_fist' 'anal_dildo' 'anal_strap' 'anal_vibe' 'vaginal' 'vaginal_finger' 'vaginal_fist' 'vaginal_dildo' 'vaginal_strap' 'vaginal_vibe'
- also when giving any of the following:
- 'flashlite' 'flash' 'kiss_give' 'breasts_give' 'massage_give' 'foreplay_give' 'cuni_give' 'rimming_give' 'anal_finger_give' 'anal_fist_give' 'anal_dildo_give' 'anal_vibe_give' 'anal_strap_give'
- 'vaginal_finger_give' 'vaginal_fist_give' 'vaginal_dildo_give' 'vaginal_strap_give' 'vaginal_vibe_give' 'hj' 'bj' 'footjob'
- All acts are from Sveta''s perspective and in cases of both giving and receiving, receiving should be used.
- ARGS[1] for time taken in minutes - it is use partly for arousal calculation and partly for moving time ahead. If you want to calculate just the arousal and do not move time (simultaneous stimulation), use negative value.
- $ARGS[2] can be used for passing the name of boys dick variable .. 'dick' is default, which belong to $boy, else can be passed 'dick1' .. 'dick4' or 'dick[i]' along the boys parameters activation
- $ARGS[2] - [8] Are optional but can be upto 7 fetishes involved in the act and can be any of the following:
- 'maso' 'bound' 'beast' 'exhibitionism' 'rough' 'prostitution' 'dom' 'sub' 'incest' 'feet' 'lesbian' 'group' 'gangbang' 'humiliation' 'deepthroat' 'unknown' 'gloryhole' 'rape' 'futa'
- Format to use: gs 'arousal', 'act', 'duration', 'fetish', 'fetish', 'fetish', 'fetish', 'fetish', 'fetish', 'fetish'
- eg: gs 'arousal', 'trib', 10, 'bound', 'sub'
- In this case lesbianism is automatically added, much as feet would be applied to 'footjob'
- Lubrication - if one of the arguments $ARGS[2] - [8] is set to 'lube', it supposes that it is used some kind of lubricant - preferably from PCs supply of lube.
- Unaware - if one of the arguments $ARGS[2] - [8] is set to 'unaware', Sveta is not aware of this Sexact. Sveta will never know she had Sex!
- The lubrication is binded with anal or vaginal action. I think that the best combo is with 'anal_finger' and 'vaginal_finger'
- Only call one at a time, if more required, use multiple calls
- You can override the orgasm to force or prevent, to do so use:
- $orgasm_or = 'yes' to force orgasm, it will reset in orgasm call so if you want to force it again, you have to enter it again
- *$orgasm_or = 'custom' to force orgasm and use custom text set as $orgasm_txt - *you can just add the text and call with 'yes' this is old method
- $orgasm_or = 'no' to prevent orgasm, it will remain in place until manually changed, or if end is called.
- $orgasm_txt is used to add custom text that will be called if Sveta orgasms in the next arousal call. It will remain until cleared or orgasm so you must clear it if not forcing orgasm and don''t want it to be used on next orgasm.
- }
- temp_anal = 0
- temp_unaware = 0
- !!orgasms restricted to direct stimulation using this flag
- orgasm_flag = 0
- if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0] ! 'count2':
- if strpos($ARGS[2]+$ARGS[3]+$ARGS[4]+$ARGS[5]+$ARGS[6]+ $ARGS[7]+ $ARGS[8],'unaware') > 0:
- temp_unaware = 1
- end
- if mid($ARGS[2],1,4) = 'dick':
- temp_dick = dyneval('result='+$ARGS[2])
- temp_silavag = dyneval('result=silavag'+mid($ARGS[2],5,len($ARGS[2])-4))
- $temp_dick_girth = dyneval('$result=$dick_girth'+mid($ARGS[2],5,len($ARGS[2])-4))
- else
- temp_dick = dick
- temp_silavag = silavag
- $temp_dick_girth = $dick_girth
- end
- if strpos($ARGS[2]+$ARGS[3]+$ARGS[4]+$ARGS[5]+$ARGS[6]+ $ARGS[7]+ $ARGS[8],'rough')+strpos($ARGS[2]+$ARGS[3]+$ARGS[4]+$ARGS[5]+$ARGS[6]+ $ARGS[7]+ $ARGS[8],'beast') > 0: temp_silavag = 0
- grange = dyneval('result=strpos(''skinny slimx well pr thicker thickx massive monstrous'',$ARGS[0])',mid($temp_dick_girth+'x',1,6))/2
- !! first let us determine how slippery are pc''s holes
- if vaginal_slip < pcs_horny / 10: vaginal_slip = pcs_horny / 10
- if strpos($ARGS[2]+$ARGS[3]+$ARGS[4]+$ARGS[5]+$ARGS[6]+ $ARGS[7]+ $ARGS[8],'lube') > 0:
- if mid($ARGS[0],1,4) = 'anal':
- anal_slip += iif(lubri = 0,2,8)
- if anal_slip > 10: anal_slip=10
- if lubri > 0: lubri -= 1
- end
- if mid($ARGS[0],1,4) = 'vagi':
- vaginal_slip += iif(lubri = 0,2,8)
- if vaginal_slip > 12: vaginal_slip=12
- if lubri > 0: lubri -= 1
- end
- end
- !! This is to allow a Succubus with the right skill level to handle any size then go back to original size
- if succubusflag = 1 and sucskill >= 4:
- if mid($ARGS[0],1,4) = 'vagi' and temp_dick ! pcs_vag:
- if temp_dick < pcs_vag - 5 or temp_dick > pcs_vag + 5: pcs_mood -= 10
- if sucvagorg = 0: sucvagorg = pcs_vag
- pcs_vag = temp_dick
- end
- if mid($ARGS[0],1,4) = 'anal' and temp_dick ! pcs_ass:
- if temp_dick < pcs_ass - 5 or temp_dick > pcs_ass + 5: pcs_mood -= 10
- if sucanusorg = 0: sucanusorg = pcs_ass
- pcs_ass = temp_dick
- end
- end
- !!set a magnitude as a random
- stim['mag'] = rand(0,3) + rand(0,3) + rand(0,3)
- !!add count and effects due to action
- if $ARGS[0] = 'masturbate':
- orgasm_flag = 1
- count['mast'] = 1
- stim['mag'] += 6
- stim['act'] = 100
- elseif $ARGS[0] = 'porn':
- count['porn'] = 1
- stim['act'] = 20
- elseif $ARGS[0] = 'voyeur':
- count['voyeur'] = 1
- stim['act'] = 30
- elseif $ARGS[0] = 'kiss':
- stim['act'] = 10
- elseif $ARGS[0] = 'breasts':
- stim['act'] = 30
- !! No idea where else to put this. This is used for breast stimulation which will eventually cause lactation in sveta without her knowledge. If anyone knows a better place for this, please let me know. - milky_boobs.
- milkedvolume += func('lact_lib','$get_breastmilk', 8, ARGS[1])
- elseif $ARGS[0] = 'massage':
- stim['act'] = 25
- elseif $ARGS[0] = 'foreplay':
- stim['act'] = 20
- elseif $ARGS[0] = 'cuni':
- orgasm_flag = 1
- count['cuni'] = 1
- stim['mag'] += 4
- stim['act'] = 80
- elseif $ARGS[0] = 'rimming':
- orgasm_flag = 1
- count['rimming'] = 1
- stim['act'] = 30
- elseif $ARGS[0] = 'trib':
- orgasm_flag = 1
- count['trib'] = 1
- stim['mag'] += 3
- stim['act'] = 70
- stim_les = 1
- elseif $ARGS[0] = 'anal':
- orgasm_flag = 1
- temp_anal = 1
- if temp_unaware = 1:
- count['hidden_anal'] = 1
- else
- count['anal'] = 1
- end
- if pcs_ass < dick:pcs_ass += 1
- if pcs_ass*2 < dick:pcs_ass += 1
- !! length and girth abilities of anus are not also separated , but I suppose that they are related although it is not propable
- !! we can estimate difference in girth and length anal_girth_difference and anal_lenght_difference - names are shortened
- altdif = temp_dick - pcs_ass
- agrdif = grange - pcs_ass
- !! negative influence of the difference can be reduced by sex skill and also by lubricant
- !! I made it as simply as posible so you do not complain about reality, feel free to modify the algorithm
- !! when the boy is skilled, he can compensate the difference partly
- altdif = altdif / (temp_silavag+1)
- agrdif = agrdif *(5/4 - 1/(4 - temp_silavag))
- !! when the boy is skilled, he does not harm PC with his long dick
- if (temp_silavag = 2) and (altdif > 0): altdif = 0
- !! lube can compensate the difference a bit
- if -agrdif > anal_slip: agrdif = agrdif + anal_slip else if agrdif < 0: agrdif = 0
- if agrdif > anal_slip: agrdif = agrdif - anal_slip else if agrdif > 0: agrdif = 0
- stim['act'] = 80 - (iif(altdif>0,altdif,-altdif) + iif(agrdif >0,agrdif,-agrdif)) + temp_silavag*8
- !! if the dick is smaller, it cannot harm PC
- if agrdif < 0: agrdif = 0
- if altdif < 0: altdif = 0
- !! calculate the harm
- agape = iif((agrdif + altdif) > 10*agape,(agrdif + altdif)/10,agape)
- !! the pain lover the pleasure
- gs 'pain', (agrdif + altdif)/5 , 'asshole', 'stretch'
- stim['act'] = stim['act'] - (agrdif + altdif)
- elseif $ARGS[0] = 'anal_finger':
- orgasm_flag = 1
- temp_anal = 1
- count['anal_finger'] = 1
- stim['act'] = 40
- elseif $ARGS[0] = 'anal_fist':
- orgasm_flag = 1
- temp_anal = 1
- count['anal_fist'] = 1
- gs 'pain', 4-agape, 'asshole', 'stretch'
- stim['act'] = 30
- if pcs_ass > 30:
- pcs_ass += 30
- if agape < 3:agape = 3
- end
- elseif $ARGS[0] = 'anal_dildo':
- orgasm_flag = 1
- temp_anal = 1
- count['anal_dildo'] = 1
- !! the same as for 'anal'
- altdif = temp_dick - pcs_ass
- agrdif = grange - pcs_ass
- altdif = altdif / (temp_silavag+1)
- agrdif = agrdif *(5/4 - 1/(4 - temp_silavag))
- if (temp_silavag = 2) and (altdif > 0): altdif = 0
- if agrdif > anal_slip: agrdif = agrdif - anal_slip else if agrdif > 0: agrdif = 0
- if -agrdif > anal_slip: agrdif = agrdif + anal_slip else if agrdif < 0: agrdif = 0
- stim['act'] = 80 - (iif(altdif>0,altdif,-altdif) + iif(agrdif >0,agrdif,-agrdif)) + temp_silavag*8
- if agrdif < 0: agrdif = 0
- if altdif < 0: altdif = 0
- agape = iif((agrdif + altdif) > 10*agape,(agrdif + altdif)/10,agape)
- gs 'pain', (agrdif + altdif)/5 , 'asshole', 'stretch'
- stim['act'] = stim['act'] - (agrdif + altdif)
- elseif $ARGS[0] = 'anal_strap':
- orgasm_flag = 1
- temp_anal = 1
- count['anal_strap'] = 1
- !! the same as for 'anal'
- altdif = temp_dick - pcs_ass
- agrdif = grange - pcs_ass
- altdif = altdif / (temp_silavag+1)
- agrdif = agrdif *(5/4 - 1/(4 - temp_silavag))
- if (temp_silavag = 2) and (altdif > 0): altdif = 0
- if agrdif > anal_slip: agrdif = agrdif - anal_slip else if agrdif > 0: agrdif = 0
- if -agrdif > anal_slip: agrdif = agrdif + anal_slip else if agrdif < 0: agrdif = 0
- stim['act'] = 80 - (iif(altdif>0,altdif,-altdif) + iif(agrdif >0,agrdif,-agrdif)) + temp_silavag*8
- if agrdif < 0: agrdif = 0
- if altdif < 0: altdif = 0
- agape = iif((agrdif + altdif) > 10*agape,(agrdif + altdif)/10,agape)
- gs 'pain', (agrdif + altdif)/5 , 'asshole', 'stretch'
- stim['act'] = stim['act'] - (agrdif + altdif)
- elseif $ARGS[0] = 'anal_vibe':
- orgasm_flag = 1
- temp_anal = 1
- count['anal_vibe'] = 1
- stim['mag'] += 1
- stim['act'] = 60
- elseif $ARGS[0] = 'vaginal':
- orgasm_flag = 1
- !! pre-cum check
- if rand(0,120) < ARGS[1]: cumprecheck = 1 & gs 'cum_manage'
-
- if temp_unaware = 1:
- count['hidden_vaginal'] = 1
- else
- count['vaginal'] = 1
- end
- stim['mag'] += 3
- !! This section deals with pcs_vag if she still thinks she is virgin. There are many instances where virginity is
- !! checked via pcs_vag = 0, so for the time being i will not adjust pcs_vag if she believes.
- if temp_unaware = 0 or count['vaginal'] > 0:
- if pcs_vag < dick:pcs_vag += 1
- if pcs_vag*2 < dick:pcs_vag += 1
- end
- !! length and girth abilities of vagina are not separated , but I suppose that they are related
- !! we can estimate difference in girth and length vaginal_girth_difference and vaginal_lenght_difference - names are shortened
- vgrdif = grange - pcs_vag
- vltdif = temp_dick - pcs_vag
- !! negative influence of the difference can be reduced by sex skill and also by PCs horniness, using of a lubricant is not established yet
- !! I made it as simply as posible so you do not complain about reality, feel free to modify the algorithm
- !! when the boy is skilled, he can compensate the difference partly
- vltdif = vltdif / (temp_silavag+1)
- vgrdif = vgrdif *(5/4 - 1/(4 - temp_silavag))
- !! when the boy is skilled, he does not harm PC with his long dick
- if (temp_silavag = 2) and (vltdif > 0): vltdif = 0
- !! even PC horniness can compensate the difference
- if vgrdif > vaginal_slip: vgrdif = vgrdif - vaginal_slip else if (vgrdif > 0): vgrdif = 0
- if -1*vgrdif > vaginal_slip: vgrdif = vgrdif + vaginal_slip else if (vgrdif < 0): vgrdif = 0
- stim['act'] = 80 - (iif(vltdif>0,vltdif,-vltdif) + iif(vgrdif >0,vgrdif,-vgrdif)) + temp_silavag*8
- !! if the dick is smaller, it cannot harm PC
- if vgrdif < 0: vgrdif = 0
- if vltdif < 0: vltdif = 0
- !! calculate the harm
- vgape = iif((vgrdif + vltdif) > 10*vgape,(vgrdif + vltdif)/10,vgape)
- !! the pain lover the pleasure
- gs 'pain', (vgrdif + vltdif)/5 , 'vaginal', 'stretch'
- stim['act'] = stim['act'] - (vgrdif + vltdif)
- elseif $ARGS[0] = 'vaginal_finger':
- orgasm_flag = 1
- count['vaginal_finger'] = 1
- stim['mag'] += 1
- stim['act'] = 80
- elseif $ARGS[0] = 'vaginal_fist':
- orgasm_flag = 1
- count['vaginal_fist'] = 1
- stim['act'] = 70
- gs 'pain', 3 - vgape, 'vaginal', 'stretch'
- if pcs_vag + vaginal_slip < 30:
- !! same as for 'vaginal'
- if temp_unaware = 0 or count['vaginal'] > 0:pcs_vag += 3
- if vgape < 3:vgape = 3
- end
- elseif $ARGS[0] = 'vaginal_dildo':
- orgasm_flag = 1
- count['vaginal_dildo'] = 1
- stim['mag'] += 1
- !! the same as for 'vaginal'
- vgrdif = grange - pcs_vag
- vltdif = temp_dick - pcs_vag
- vltdif = vltdif / (temp_silavag+1)
- vgrdif = vgrdif *(5/4 - 1/(4 - temp_silavag))
- if (temp_silavag = 2) and (vltdif > 0): vltdif = 0
- if vgrdif > vaginal_slip: vgrdif = vgrdif - vaginal_slip else if (vgrdif > 0): vgrdif = 0
- if -1*vgrdif > vaginal_slip: vgrdif = vgrdif + vaginal_slip else if (vgrdif < 0): vgrdif = 0
- stim['act'] = 80 - (iif(vltdif>0,vltdif,-vltdif) + iif(vgrdif >0,vgrdif,-vgrdif)) + temp_silavag*8
- if vgrdif < 0: vgrdif = 0
- if vltdif < 0: vltdif = 0
- vgape = iif((vgrdif + vltdif) > 10*vgape,(vgrdif + vltdif)/10,vgape)
- gs 'pain', (vgrdif + vltdif)/5 , 'vaginal', 'stretch'
- stim['act'] = stim['act'] - (vgrdif + vltdif)
- elseif $ARGS[0] = 'vaginal_strap':
- orgasm_flag = 1
- count['vaginal_strap'] = 1
- stim['mag'] += 1
- !! virginal capacity increase
- if pcs_vag < dick:pcs_vag += 1
- if pcs_vag*2 < dick:pcs_vag += 1
- !! the same as for 'vaginal'
- vgrdif = grange - pcs_vag
- vltdif = temp_dick - pcs_vag
- vltdif = vltdif / (temp_silavag+1)
- vgrdif = vgrdif *(5/4 - 1/(4 - temp_silavag))
- if (temp_silavag = 2) and (vltdif > 0): vltdif = 0
- if vgrdif > vaginal_slip: vgrdif = vgrdif - vaginal_slip else if (vgrdif > 0): vgrdif = 0
- if -1*vgrdif > vaginal_slip: vgrdif = vgrdif + vaginal_slip else if (vgrdif < 0): vgrdif = 0
- stim['act'] = 80 - (iif(vltdif>0,vltdif,-vltdif) + iif(vgrdif >0,vgrdif,-vgrdif)) + temp_silavag*8
- if vgrdif < 0: vgrdif = 0
- if vltdif < 0: vltdif = 0
- vgape = iif((vgrdif + vltdif) > 10*vgape,(vgrdif + vltdif)/10,vgape)
- gs 'pain', (vgrdif + vltdif)/5 , 'vaginal', 'stretch'
- stim['act'] = stim['act'] - (vgrdif + vltdif)
- elseif $ARGS[0] = 'vaginal_vibe':
- orgasm_flag = 1
- count['vaginal_vibe'] = 1
- stim['mag'] += 2
- stim['act'] = 90
- elseif $ARGS[0] = 'flashlite':
- count['flashlite'] = 1
- stim['act'] = 10
- elseif $ARGS[0] = 'flash':
- count['flash'] = 1
- stim['act'] = 30
- elseif $ARGS[0] = 'kiss_give':
- stim['act'] = 20
- elseif $ARGS[0] = 'breasts_give':
- stim['act'] = 20
- elseif $ARGS[0] = 'massage_give':
- stim['act'] = 10
- elseif $ARGS[0] = 'foreplay_give':
- stim['act'] = 20
- elseif $ARGS[0] = 'cuni_give':
- count['cuni_give'] = 1
- stim['act'] = 30
- stim_les = 1
- elseif $ARGS[0] = 'rimming_give':
- count['rimming_give'] = 1
- stim['act'] = 25
- elseif $ARGS[0] = 'anal_finger_give':
- count['anal_finger_give'] = 1
- stim['act'] = 40
- elseif $ARGS[0] = 'anal_fist_give':
- count['anal_fist_give'] = 1
- stim['act'] = 30
- elseif $ARGS[0] = 'anal_dildo_give':
- count['anal_dildo_give'] = 1
- stim['act'] = 40
- elseif $ARGS[0] = 'anal_vibe_give':
- count['anal_vibe_give'] = 1
- stim['act'] = 40
- elseif $ARGS[0] = 'anal_strap_give':
- count['anal_strap_give'] = 1
- stim['act'] = 40
- elseif $ARGS[0] = 'vaginal_finger_give':
- count['vaginal_finger_give'] = 1
- stim['act'] = 60
- stim_les = 1
- elseif $ARGS[0] = 'vaginal_fist_give':
- count['vaginal_fist_give'] = 1
- stim['act'] = 50
- stim_les = 1
- elseif $ARGS[0] = 'vaginal_dildo_give':
- count['vaginal_dildo_give'] = 1
- stim['act'] = 60
- stim_les = 1
- elseif $ARGS[0] = 'vaginal_strap_give':
- count['vaginal_strap_give'] = 1
- stim['act'] = 70
- stim_les = 1
- elseif $ARGS[0] = 'vaginal_vibe_give':
- count['vaginal_vibe_give'] = 1
- stim['act'] = 60
- stim_les = 1
- elseif $ARGS[0] = 'hj':
- if temp_unaware = 1:
- count['hidden_hj'] = 1
- else
- count['hj'] = 1
- end
- stim['act'] = 25
- elseif $ARGS[0] = 'bj':
- if temp_unaware = 1:
- count['hidden_bj'] = 1
- else
- count['bj'] = 1
- end
- stim['act'] = 45
- if temp_dick > pcs_throat: pcs_throat += 1
- elseif $ARGS[0] = 'footjob':
- if temp_unaware = 1:
- count['hidden_footjob'] = 1
- else
- count['footjob'] = 1
- end
- stim['act'] = 25
- stim_foot = 1
- end
- if stim['mag'] > 9: stim['mag'] = 9
- if ARGS[1] > 0: minut += ARGS[1]
- stim['time'] = iif(ARGS[1]>0,ARGS[1],-ARGS[1])
- !!Adds effects due to sexual perversions
- stim['kinkno'] = 0
- stim['kink'] = 0
- !! Auto adding of lesbian and foot fetishes for acts that must involve them
- if stim_les = 1:
- stim['kink'] += lesbian['exp']
- stim['pref'] += lesbian['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_lesbian'] = 1
- else
- stim['lesbian'] = 1
- end
- end
- if stim_foot = 1:
- stim['kink'] += feet['exp']
- stim['pref'] += feet['pref']
- stim['kinkno'] += 1
- stim['feet'] = 1
- end
- if $ARGS[1] ! 'porn' and $ARGS[1] ! 'voyeur':
- i = 2
- :stimloop
- if $ARGS[i] ! '':
- !!Skipping lesbian and foot where auto added to avoid duplication
- if stim_les = 1 and $ARGS[i] = 'lesbian':i += 1 & jump 'stimloop'
- if stim_foot = 1 and $ARGS[i] = 'feet':i += 1 & jump 'stimloop'
- if $ARGS[i] = 'bound':
- stim['kink'] += bondage['exp']
- stim['pref'] += bondage['pref']
- stim['kinkno'] += 1
- stim['bound'] = 1
- elseif $ARGS[i] = 'beast':
- stim['kink'] += bestiality['exp']
- stim['pref'] += bestiality['pref']
- stim['kinkno'] += 1
- stim['beast'] = 1
- elseif $ARGS[i] = 'exhibitionism':
- stim['kink'] += exhibitionism['exp']
- stim['pref'] += exhibitionism['pref']
- inhib_exp += rand(2,6)
- stim['kinkno'] += 1
- stim['exhibitionism'] = 1
- elseif $ARGS[i] = 'rough':
- stim['kink'] += rough['exp']
- stim['pref'] += rough['pref']
- stim['kinkno'] += 1
- stim['rough'] = 1
- elseif $ARGS[i] = 'prostitution':
- stim['kink'] += prostitution['exp']
- stim['pref'] += prostitution['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_prostitution'] = 1
- else
- stim['prostitution'] = 1
- end
- elseif $ARGS[i] = 'dom':
- stim['kink'] += dom['exp']
- stim['pref'] += pcs_dom
- stim['kinkno'] += 1
- stim['dom'] = 1
- elseif $ARGS[i] = 'sub':
- stim['kink'] += sub['exp']
- stim['pref'] += sub
- stim['kinkno'] += 1
- stim['sub'] = 1
- elseif $ARGS[i] = 'incest':
- stim['kink'] += incest['exp']
- stim['pref'] += incest['pref']
- stim['kinkno'] += 1
- stim['incest'] = 1
- elseif $ARGS[i] = 'feet':
- stim['kink'] += feet['exp']
- stim['pref'] += feet['pref']
- stim['kinkno'] += 1
- stim['feet'] = 1
- elseif $ARGS[i] = 'lesbian':
- stim['kink'] += lesbian['exp']
- stim['pref'] += lesbian['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_lesbian'] = 1
- else
- stim['lesbian'] = 1
- end
- elseif $ARGS[i] = 'group':
- stim['kink'] += group['exp']
- stim['pref'] += group['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_group'] = 1
- else
- stim['group'] = 1
- end
- elseif $ARGS[i] = 'gangbang':
- stim['kink'] += gang['exp']
- stim['pref'] += gang['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_gang'] = 1
- else
- stim['gang'] = 1
- end
- elseif $ARGS[i] = 'humiliation':
- stim['kink'] += humiliation['exp']
- stim['pref'] += humiliation['pref']
- stim['kinkno'] += 1
- stim['humiliation'] = 1
- elseif $ARGS[i] = 'maso':
- stim['kink'] += maso['exp']
- stim['pref'] += maso['pref']
- stim['kinkno'] += 1
- stim['maso'] = 1
- elseif $ARGS[i] = 'deepthroat':
- stim['kink'] += deepthroat['exp']
- stim['pref'] += deepthroat['pref']
- stim['kinkno'] += 1
- stim['deepthroat'] = 1
- !!unknown is for sex with an unknown partner, this could be a gloryhole or unconscious
- elseif $ARGS[i] = 'unknown':
- stim['kink'] += unknown['exp']
- stim['pref'] += unknown['pref']
- stim['kinkno'] += 1
- stim['unknown'] = 1
- elseif $ARGS[i] = 'gloryhole':
- stim['kink'] += gloryhole['exp']
- stim['pref'] += gloryhole['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_gloryhole'] = 1
- else
- stim['gloryhole'] = 1
- end
- elseif $ARGS[i] = 'rape':
- stim['kink'] += rape['exp']
- stim['pref'] += rape['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_rape'] = 1
- else
- stim['rape'] = 1
- end
- elseif $ARGS[i] = 'futa':
- stim['kink'] += futa['exp']
- stim['pref'] += futa['pref']
- stim['kinkno'] += 1
- if temp_unaware = 1:
- stim['hidden_futa'] = 1
- else
- stim['futa'] = 1
- end
- end
- i += 1
- jump 'stimloop'
- end
- end
- !!Fetishes are divided by total number of fetishes
- if stim['kinkno'] ! 0:
- stim['kink'] = stim['kink']/stim['kinkno']
- stim['pref'] = (stim['pref']/stim['kinkno'])
- stim['kinkno'] = 0
- end
- !!Bonus from fetishes, randomised chance for each level of bonus
- if rand(0,100) < stim['kink']:
- stim['kink'] = 120
- elseif rand(0,80) < stim['kink']:
- stim['kink'] = 110
- elseif rand(0,60) < stim['kink']:
- stim['kink'] = 100
- elseif rand(0,40) < stim['kink']:
- stim['kink'] = 90
- else
- stim['kink'] = 80
- end
- !!arousal calculation
- stim['total'] = ((stim['mag']*stim['act']*stim['kink']/100) + stim['pref'])*stim['time'] / 120
- !!Reduction in arousal linked to pain, masochism helps to deal with this
- if pain['total'] > 0:
- if maso['pref'] <= 0 and pain['total'] < 50:
- if pain['total'] - (maso['exp'] + 1 / 6) > 0:stim['total'] -= (pain['total'] - (maso['exp'] / 6))
- elseif maso['pref'] < 25 and pain['total'] < 55:
- stim['total'] += (pain['total'] * maso['exp'] +1 / 400)/60*stim['time']
- elseif maso['pref'] < 50 and pain['total'] < 70:
- stim['total'] += (pain['total'] * maso['exp'] + 1 / 300)/60*stim['time']
- elseif maso['pref'] < 75 and pain['total'] < 85:
- stim['total'] += (pain['total'] * maso['exp'] + 1 / 200)/60*stim['time']
- elseif maso['pref'] >= 75:
- stim['total'] += (pain['total'] * maso['exp'] + 1 / 100)/60*stim['time']
- else
- stim['total'] = 0
- end
- end
- stim['event'] += stim['total']
- pcs_horny += stim['total']
- !! This is to allow a Succubus with the right skill level to handle any size then go back to original size
- if sucvagorg ! 0 and sucvagorg ! pcs_vag: pcs_vag = sucvagorg & killvar 'sucvagorg'
- if sucanusorg ! 0 and sucanusorg ! pcs_ass: pcs_ass = sucanusorg & killvar 'sucanusorg'
- !!-------------------Orgasm-------------------
- !!This is intended to be hidden and the stats and calculations should not appear in game.
- orgasm_buildup += stim['total']
- if $orgasm_or ! 'no' and $ARGS[0] ! 'flashlite' and $ARGS[0] ! 'flash' and orgasm_flag ! 0:
- if $orgasm_or = 'yes' or $orgasm_or = 'custom':
- gs 'orgasm', $ARGS[0]
- elseif orgasm_buildup >= 100 and stim['total'] > 10 and rand(1,100) <= 20:
- gs 'orgasm', $ARGS[0]
- elseif orgasm_buildup >= 150 and stim['total'] > 6 and rand(1,100) <= 50:
- gs 'orgasm', $ARGS[0]
- elseif orgasm_buildup >= 200 and stim['total'] > 4:
- gs 'orgasm', $ARGS[0]
- end
- end
- if $orgasm_or ! 'no' and orgasm_buildup >= 300 and pcs_horny >= 60: gs 'orgasm', $ARGS[0]
- killvar 'temp_dick'
- killvar 'temp_unaware'
- killvar '$orgasm_txt'
- killvar '$stim_les'
- killvar '$stim_foot'
-
- gs 'nichUtil','onArouse',$ARGS[0]
-
- end
- !!-----------------------------------------------
- if $ARGS[0] = 'end':
- if orgasm_buildup > 350: orgasm_buildup = 350
- if orgasm_buildup > 300: orgasm_buildup -= 10
- if orgasm_buildup > 200: orgasm_buildup -= 10
- if orgasm_buildup > 100: orgasm_buildup -= 10
- if stim['lesbian'] = 1: lesbian += 1
- if stim['hidden_lesbian'] = 1: hidden_lesbian += 1
- if stim['gang'] = 1 or stim['group'] = 1: gang += 1
- if stim['hidden_gang'] = 1 or stim['hidden_group'] = 1: hidden_gang += 1
- if stim['gloryhole'] = 1: gloryhole += 1
- if stim['hidden_gloryhole'] = 1: hidden_gloryhole += 1
- if stim['rape'] = 1: rape += 1
- if stim['hidden_rape'] = 1: hidden_rape += 1
- if stim['futa'] = 1: futa += 1
- if stim['hidden_futa'] = 1: hidden_futa += 1
- if stim['prostitution'] = 1: slutty += 1
- if stim['hidden_prostitution'] = 1: hidden_slutty += 1
-
- killvar '$orgasm_or'
- anal_slip = 0
- vaginal_slip = 0
- !!Updating fetish exp for acts carried out and clearing data
- gs 'arousal', 'checks', 'maso'
- gs 'arousal', 'checks', 'bound'
- gs 'arousal', 'checks', 'beast'
- gs 'arousal', 'checks', 'exhibitionism'
- gs 'arousal', 'checks', 'rough'
- gs 'arousal', 'checks', 'prostitution'
- gs 'arousal', 'checks', 'hidden_prostitution'
- gs 'arousal', 'checks', 'dom'
- gs 'arousal', 'checks', 'sub'
- gs 'arousal', 'checks', 'incest'
- gs 'arousal', 'checks', 'feet'
- gs 'arousal', 'checks', 'lesbian'
- gs 'arousal', 'checks', 'hidden_lesbian'
- gs 'arousal', 'checks', 'group'
- gs 'arousal', 'checks', 'hidden_group'
- gs 'arousal', 'checks', 'gang'
- gs 'arousal', 'checks', 'hidden_gang'
- gs 'arousal', 'checks', 'humiliation'
- gs 'arousal', 'checks', 'deepthroat'
- gs 'arousal', 'checks', 'unknown'
- gs 'arousal', 'checks', 'gloryhole'
- gs 'arousal', 'checks', 'hidden_gloryhole'
- gs 'arousal', 'checks', 'rape'
- gs 'arousal', 'checks', 'hidden_rape'
- gs 'arousal', 'checks', 'futa'
- gs 'arousal', 'checks', 'hidden_futa'
-
- stim['event'] = 0
- !!Adding to counts for character stats
- gs 'arousal', 'count', 'mast'
- gs 'arousal', 'count', 'porn'
- gs 'arousal', 'count', 'cuni'
- gs 'arousal', 'count', 'rimming'
- gs 'arousal', 'count', 'trib'
- gs 'arousal', 'count', 'anal'
- gs 'arousal', 'count', 'hidden_anal'
- gs 'arousal', 'count', 'anal_finger'
- gs 'arousal', 'count', 'anal_fist'
- gs 'arousal', 'count', 'anal_dildo'
- gs 'arousal', 'count', 'anal_strap'
- gs 'arousal', 'count', 'anal_vibe'
- gs 'arousal', 'count', 'vaginal'
- gs 'arousal', 'count', 'hidden_vaginal'
- gs 'arousal', 'count', 'vaginal_finger'
- gs 'arousal', 'count', 'vaginal_fist'
- gs 'arousal', 'count', 'vaginal_dildo'
- gs 'arousal', 'count', 'vaginal_strap'
- gs 'arousal', 'count', 'vaginal_vibe'
- gs 'arousal', 'count', 'cuni_give'
- gs 'arousal', 'count', 'rimming_give'
- gs 'arousal', 'count', 'anal_finger_give'
- gs 'arousal', 'count', 'anal_fist_give'
- gs 'arousal', 'count', 'anal_dildo_give'
- gs 'arousal', 'count', 'anal_vibe_give'
- gs 'arousal', 'count', 'anal_strap_give'
- gs 'arousal', 'count', 'vaginal_finger_give'
- gs 'arousal', 'count', 'vaginal_fist_give'
- gs 'arousal', 'count', 'vaginal_dildo_give'
- gs 'arousal', 'count', 'vaginal_strap_give'
- gs 'arousal', 'count', 'vaginal_vibe_give'
- gs 'arousal', 'count', 'hj'
- gs 'arousal', 'count', 'bj'
- gs 'arousal', 'count', 'hidden_hj'
- gs 'arousal', 'count', 'hidden_bj'
- gs 'arousal', 'count', 'footjob'
- gs 'arousal', 'count', 'hidden_footjob'
- gs 'arousal', 'count2', 'flashlite'
- gs 'arousal', 'count2', 'flash'
- gs 'arousal', 'count2', 'voyeur'
-
- !! Thats here because there is currently a variable zoo.
- if zoo > stat['beast']: stat['beast'] = zoo
- if stat['beast'] > zoo: zoo = stat['beast']
- !!
- end
- if $ARGS[0] = 'count':
- if dyneval('RESULT = count[''<<$ARGS[1]>>'']') = 1:
- dynamic 'count[''<<$ARGS[1]>>''] = 0'
- dynamic 'stat[''<<$ARGS[1]>>''] += 1'
- count['flashlite'] = 0
- count['flash'] = 0
- count['voyeur'] = 0
- end
- end
- if $ARGS[0] = 'count2':
- if dyneval('RESULT = count[''<<$ARGS[1]>>'']') = 1:
- dynamic 'count[''<<$ARGS[1]>>''] = 0'
- dynamic 'stat[''<<$ARGS[1]>>''] += 1'
- end
- end
- if $ARGS[0] = 'checks':
- if dyneval('RESULT = stim[''<<$ARGS[1]>>'']') = 1:
- dynamic 'stim[''<<$ARGS[1]>>''] = 0'
- dynamic '<<$ARGS[1]>>[''exp''] += 1'
- end
- end
- --- arousal ---------------------------------
|