123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222 |
- # dina
- $gladbelo = {
- cla
- *clr
- minut += suhbelo2 * 3
- clrbelo += suhbelo2
- suhbelo2 = 0
- pcs_mood -= 10
- elektro += 10
- if $clothingworntype ! 'nude':
- '<center><img src="images/pc/activities/iron_dressed.jpg"></center>'
- elseif tanga = 1:
- '<center><img src="images/pc/activities/iron_underwear.jpg"></center>'
- else
- '<center><img src="images/pc/activities/iron_naked.jpg"></center>'
- end
- 'You iron your underwear.'
- act 'Leave':gt $curloc
- }
- $brodila = {
- sexpartkno = 0
- if housr = 1:
- gt'korr','start'
- elseif housr = 2:
- gt'korr2x','start'
- else
- gt'street', 'start'
- end
- }
- $brodilr = {
- if StoryLine = 1 and ParHomeBlock = 0:
- gt 'pavResidential'
- elseif housr = 2:
- gt'liames'
- else
- gt'street','start'
- end
- }
- $brodilk = {
- if housr = 1:
- gt'kuhr','start'
- elseif housr = 2:
- gt'kuhr2x','start'
- else
- gt'street', 'start'
- end
- }
- $brodils = {
- if housr = 1:
- gt'sitr','start'
- elseif housr = 2:
- gt'sitr2x','start'
- elseif StoryLine = 1 and ParHomeBlock = 0:
- gt 'sitrPar'
- else
- gt'street', 'start'
- end
- }
- !!This sets the default descriptors and folder names for each default image set
- $bodimgsets[0] = 'starving'
- $bodimgsets[1] = 'thin'
- $bodimgsets[2] = 'petite'
- $bodimgsets[3] = 'slender'
- $bodimgsets[4] = 'lacking definition'
- $bodimgsets[5] = 'chubby'
- $bodimgsets[6] = 'overweight'
- $bodimgsets[7] = 'fat'
- $bodimgsets[8] = 'OOPS'
- $bodimgsets[9] = 'default_low'
- $bodimgsets[10] = 'starving'
- $bodimgsets[11] = 'slight'
- $bodimgsets[12] = 'skinny'
- $bodimgsets[13] = 'toned'
- $bodimgsets[14] = 'cute'
- $bodimgsets[15] = 'curvy'
- $bodimgsets[16] = 'overweight'
- $bodimgsets[17] = 'fat'
- $bodimgsets[18] = 'OOPS'
- $bodimgsets[19] = 'default_mid'
- $bodimgsets[20] = 'starving'
- $bodimgsets[21] = 'wiry'
- $bodimgsets[22] = 'lean'
- $bodimgsets[23] = 'ripped'
- $bodimgsets[24] = 'muscular'
- $bodimgsets[25] = 'herculean'
- $bodimgsets[26] = 'stocky'
- $bodimgsets[27] = 'heavy set'
- $bodimgsets[28] = 'OOPS'
- $bodimgsets[29] = 'default_high'
- !!This sets the first 3 sets to not override images 6 and 7
- imgset6ovr[0] = 0
- imgset6ovr[1] = 0
- imgset6ovr[2] = 0
- imgset7ovr[0] = 0
- imgset7ovr[1] = 0
- imgset7ovr[2] = 0
- !!Sets the default image set count if it is 0
- if bodsetcnt <= 0: bodsetcnt = 2
- $week[1] = 'Monday'
- $week[2] = 'Tuesday'
- $week[3] = 'Wednesday'
- $week[4] = 'Thursday'
- $week[5] = 'Friday'
- $week[6] = 'Saturday'
- $week[7] = 'Sunday'
- $dogpot = {
- gs 'boyStat', 'A191'
- }
- $rexpot = {
- gs 'boyStat', 'A166'
- }
- !! therapist values/dynamics:
- timeTresh = 300
- $hypnoDaychange = {
- !Therapist - missed visitation effect
- if daystart-hypnoDay > 7:
- if hypnoAddict = 1:
- hypnoWithdrawal = 1
- elseif hypnoAddict = 2:
- hypnoWithdrawal = 2
- end
- end
- !daily weaning of therapist influence
- if hypnoStrength > 0: hypnoStrength -= 1
- if hypnoTime > 0 and hypnoStrength = 0:
- if hypnoAddict = 0:
- hypnoStrength = 19
- hypnoTime -= 1
- elseif hypnoAddict = 1:
- if rand(0,1) = 0:
- hypnoStrength = 19
- hypnoTime -= 1
- if hypnoTime < 7:hypnoAddict = 0 & hypnoWithdrawal = 0
- end
- else
- if rand(0,4) = 0:
- hypnoStrength = 19
- hypnoTime -= 1
- if hypnoTime < 10:hypnoAddict = 1 & hypnoBlock = 0 & hypnoWithdrawal = 1
- end
- end
- end
- }
- $hypnoAddiction = {
- if spdirtyi = 1:
- if hypnoAddict = 1:
- pcs_mood += 2
- else
- pcs_mood += 5
- end
- else
- missCum += hypnoTime
- end
-
- if missCum >= timeTresh:
- if hypnoAddict = 1:
- pcs_mood -= 5
- pcs_horny += 5
- else
- pcs_mood -= 10
- pcs_horny += 10
- end
- end
-
- if hypnoWithdrawal > 0 and missCum >= timeTresh and pcs_sprt > 0:
- if hypnoWithdrawal = 1:
- sprt_deg -= 1
- else
- sprt_deg -= 2
- end
- end
- }
- $prezik = {
- if prezik > 0:
- if badprezik > 0:
- if rand(1,prezik) <= badprezik: badprezik -= 1 & noprotect = 1
- else
- noprotect = 0
- end
- prezik -= 1
- elseif prezik < 0:
- prezik = 0
- end
- }
- $ferteggfather = {
- if fertegg > 0:
- if thinkpreg = 0 and knowpreg = 0 and sparrppt[sparrtemp] > 0:
- if cumarrkno[cumarrtemp] = 1:
- if arrcomp('$cumfthname',$boy) = -1:
- i = arrsize('$cumfthname')
- $cumfthname[i] = $boy
- cumtime[i] = 1
- else
- i = arrpos('$cumfthname', $boy)
- cumtime[i] += 1
- end
- elseif cumarrkno[cumarrtemp] = 0:
- cumtime[0] += 1
- end
- end
- end
- }
- --- dina ---------------------------------
|