dina 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. # dina
  2. $gladbelo = {
  3. cla
  4. *clr
  5. minut += suhbelo2 * 3
  6. clrbelo += suhbelo2
  7. suhbelo2 = 0
  8. pcs_mood -= 10
  9. elektro += 10
  10. if $clothingworntype ! 'nude':
  11. '<center><img <<$set_imgh>> src="images/pc/activities/iron_dressed.jpg"></center>'
  12. elseif tanga = 1:
  13. '<center><img <<$set_imgh>> src="images/pc/activities/iron_underwear.jpg"></center>'
  14. else
  15. '<center><img <<$set_imgh>> src="images/pc/activities/iron_naked.jpg"></center>'
  16. end
  17. 'You iron your underwear.'
  18. act 'Leave':gt $curloc
  19. }
  20. $brodila = {
  21. sexpartkno = 0
  22. if housr = 1:
  23. gt'korr','start'
  24. elseif housr = 2:
  25. gt'korr2x','start'
  26. else
  27. gt'street', 'start'
  28. end
  29. }
  30. $brodilr = {
  31. if StoryLine = 1 and ParHomeBlock = 0:
  32. gt 'pavResidential'
  33. elseif housr = 2:
  34. gt'liames'
  35. else
  36. gt'street','start'
  37. end
  38. }
  39. $brodilk = {
  40. if housr = 1:
  41. gt'kuhr','start'
  42. elseif housr = 2:
  43. gt'kuhr2x','start'
  44. else
  45. gt'street', 'start'
  46. end
  47. }
  48. $brodils = {
  49. if housr = 1:
  50. gt'sitr','start'
  51. elseif housr = 2:
  52. gt'sitr2x','start'
  53. elseif StoryLine = 1 and ParHomeBlock = 0:
  54. gt 'sitrPar'
  55. else
  56. gt'street', 'start'
  57. end
  58. }
  59. !!This sets the default descriptors and folder names for each default image set
  60. $bodimgsets[0] = 'starving'
  61. $bodimgsets[1] = 'thin'
  62. $bodimgsets[2] = 'petite'
  63. $bodimgsets[3] = 'slender'
  64. $bodimgsets[4] = 'lacking definition'
  65. $bodimgsets[5] = 'chubby'
  66. $bodimgsets[6] = 'overweight'
  67. $bodimgsets[7] = 'fat'
  68. $bodimgsets[8] = 'OOPS'
  69. $bodimgsets[9] = 'default_low'
  70. $bodimgsets[10] = 'starving'
  71. $bodimgsets[11] = 'slight'
  72. $bodimgsets[12] = 'skinny'
  73. $bodimgsets[13] = 'toned'
  74. $bodimgsets[14] = 'cute'
  75. $bodimgsets[15] = 'curvy'
  76. $bodimgsets[16] = 'overweight'
  77. $bodimgsets[17] = 'fat'
  78. $bodimgsets[18] = 'OOPS'
  79. $bodimgsets[19] = 'default_mid'
  80. $bodimgsets[20] = 'starving'
  81. $bodimgsets[21] = 'wiry'
  82. $bodimgsets[22] = 'lean'
  83. $bodimgsets[23] = 'ripped'
  84. $bodimgsets[24] = 'muscular'
  85. $bodimgsets[25] = 'herculean'
  86. $bodimgsets[26] = 'stocky'
  87. $bodimgsets[27] = 'heavy set'
  88. $bodimgsets[28] = 'OOPS'
  89. $bodimgsets[29] = 'default_high'
  90. !!This sets the first 3 sets to not override images 6 and 7
  91. imgset6ovr[0] = 0
  92. imgset6ovr[1] = 0
  93. imgset6ovr[2] = 0
  94. imgset7ovr[0] = 0
  95. imgset7ovr[1] = 0
  96. imgset7ovr[2] = 0
  97. !!Sets the default image set count if it is 0
  98. if bodsetcnt <= 0: bodsetcnt = 2
  99. $week[1] = 'Monday'
  100. $week[2] = 'Tuesday'
  101. $week[3] = 'Wednesday'
  102. $week[4] = 'Thursday'
  103. $week[5] = 'Friday'
  104. $week[6] = 'Saturday'
  105. $week[7] = 'Sunday'
  106. $dogpot = {
  107. gs 'boyStat', 'A191'
  108. }
  109. $rexpot = {
  110. gs 'boyStat', 'A166'
  111. }
  112. $hypnoDaychange = {
  113. timeTresh = 76 - 4*hypnoType
  114. !!Withdrawal effect begings if too strong influence and no visitation
  115. if daystart-hypnoDay > 7:
  116. if hypnoAddict = 1:
  117. hypnoWithdrawal = 1
  118. elseif hypnoAddict = 2:
  119. hypnoWithdrawal = 2
  120. end
  121. end
  122. !!daily weaning of therapist influence
  123. if hypnoStrength > 0: hypnoStrength -= 1
  124. if hypnoTime > 0 and hypnoStrength = 0:
  125. if hypnoAddict = 0:
  126. hypnoStrength = 19
  127. hypnoTime -= 1
  128. elseif hypnoAddict = 1:
  129. if rand(0,1) = 0:
  130. hypnoStrength = 19
  131. hypnoTime -= 1
  132. if hypnoTime < 7:hypnoAddict = 0 & hypnoWithdrawal = 0
  133. end
  134. else
  135. if rand(0,4) = 0:
  136. hypnoStrength = 19
  137. hypnoTime -= 1
  138. if hypnoTime < 10:hypnoAddict = 1 & hypnoBlock = 0 & hypnoWithdrawal = 1
  139. end
  140. end
  141. end
  142. }
  143. $hypnoAddiction = {
  144. if hypnoAddict > 0:
  145. if cumloc[0] = 1 or cumloc[3] = 1:
  146. killvar 'missCum'
  147. if hypnoAddict = 1:
  148. pcs_mood += 5
  149. else
  150. pcs_mood += 10
  151. end
  152. else
  153. missCum += 1
  154. end
  155. if missCum > timeTresh:
  156. if hypnoAddict = 1:
  157. pcs_mood -= 5
  158. pcs_horny += 10
  159. else
  160. pcs_mood -= 10
  161. pcs_horny += 20
  162. end
  163. end
  164. if hypnoWithdrawal > 0:
  165. if hypnoWithdrawal = 1:
  166. if missCum >= timeTresh:
  167. sprt_deg -= 2*hypnoAddict
  168. pcs_mood -= 10
  169. else
  170. if rand(0,1) = 0:sprt_deg -= hypnoAddict
  171. pcs_mood -= 5
  172. end
  173. end
  174. end
  175. end
  176. }
  177. !!---------------
  178. $prezik = {
  179. if prezik > 0:
  180. if badprezik > 0:
  181. if rand(1,prezik) <= badprezik: badprezik -= 1 & noprotect = 1
  182. else
  183. noprotect = 0
  184. end
  185. prezik -= 1
  186. elseif prezik < 0:
  187. prezik = 0
  188. end
  189. }
  190. $ferteggfather = {
  191. if fertegg > 0:
  192. if thinkpreg = 0 and knowpreg = 0 and sparrppt[sparrtemp] > 0:
  193. if cumarrkno[cumarrtemp] = 1:
  194. if arrcomp('$cumfthname',$boy) = -1:
  195. i = arrsize('$cumfthname')
  196. $cumfthname[i] = $boy
  197. cumtime[i] = 1
  198. else
  199. i = arrpos('$cumfthname', $boy)
  200. cumtime[i] += 1
  201. end
  202. elseif cumarrkno[cumarrtemp] = 0:
  203. cumtime[0] += 1
  204. end
  205. end
  206. end
  207. }
  208. --- dina ---------------------------------