pornhist.qsrc 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. # pornhist
  2. !! Short description of made movies, without details
  3. if $ARGS[0] = 'short':
  4. i = 1
  5. $pfilmhistory = ''
  6. :pornhistloop
  7. dynamic $pornfilmdesc, pornfilmType[i]
  8. if pornfilmMonth[i] >= 10 and pornfilmDay[i] >= 10:
  9. $pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
  10. elseif pornfilmMonth[i] >= 10 and pornfilmDay[i] < 10:
  11. $pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
  12. elseif pornfilmMonth[i] < 10 and pornfilmDay[i] >= 10:
  13. $pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
  14. else
  15. $pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
  16. end
  17. if $porntitle[i] = '':
  18. $pfilmhistory += '● <b><<i>>. Movie</b><br><font size=2>'+$pfilmtext+'</font><br>'
  19. else
  20. if i = 1:
  21. $pfilmhistory += '● <b>'+$porntitle[i]+'<<$pfname>></b><br><font size=2>'+$pfilmtext+'</font><br>'
  22. else
  23. $pfilmhistory += '● <b>'+$porntitle[i]+'</b><br><font size=2>'+$pfilmtext+'</font><br>'
  24. end
  25. end
  26. if i < film: i += 1 & jump 'pornhistloop'
  27. end
  28. !! Detailed description of movies, only available after selecting the "Filmography" link
  29. if $ARGS[0] = 'pdetail':
  30. clr
  31. i = 1
  32. killvar 'firstvariable'
  33. killvar 'firstvariable2'
  34. :pornhistloop2
  35. dynamic $pornfilmdesc, pornfilmType[i]
  36. if $porntitle[i] = '':
  37. if firstvariable = 0:firstvariable = 1 & fvvalue = i
  38. pl '<b><a href="exec:$porntitle[fvvalue] = input(''<font color=#FF0000>WARNING!</font> No matter where you clicked, it will name the <b>first</b> unnamed movie! This action can be done only once!'') & gs ''pornhist'', ''pdetail''"><<i>>. Movie</a></b>'
  39. else
  40. if i = 1:
  41. pl '<b><font color="brown"><<$porntitle[i]>><<$pfname>></font></b>'
  42. else
  43. pl '<b><font color="brown"><<$porntitle[i]>></font></b>'
  44. end
  45. end
  46. if daystart - porndaystart[i] = 0:
  47. pl ' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>> (Today)</font>'
  48. elseif daystart - porndaystart[i] = 1:
  49. pl ' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>> (Yesterday)</font>'
  50. else
  51. pl ' <b>Production date:</b> <font size=2><<$pornfilmDate[i]>> (<<daystart - porndaystart[i]>> days ago)</font>'
  52. end
  53. pl ' <b>Actress age:</b> <font size=2><<pornfilmActAge[i]>></font> <font size=2>(Appears: <<pornfilmAppAge[i]>>)</font>'
  54. if $pornfilmActor[i] = 'Fifty fans of':
  55. pl ' <b>Actors:</b> <font size=2><<$pornfilmActor[i]>> <<$pfname>> and <<$pfname>> herself</font>'
  56. else
  57. pl ' <b>Actors:</b> <font size=2><<$pornfilmActor[i]>> and <<$pfname>></font>'
  58. end
  59. pl ' <b>Income:</b> <font size=2><<pornfilmCash[i]>>₽</font>'
  60. if pornfilmacting[i] < 15:
  61. pl ' <b>Acting:</b> <font size=2>You were so obviously fake as a bad boobjob. Have you got paid for this?</font>'
  62. elseif pornfilmacting[i] < 30:
  63. pl ' <b>Acting:</b> <font size=2>You were acting quite fake, but it were passable.</font>'
  64. elseif pornfilmacting[i] < 45:
  65. pl ' <b>Acting:</b> <font size=2>You probably could have done better, but at least you were not totally unconvincing.</font>'
  66. elseif pornfilmacting[i] < 60:
  67. pl ' <b>Acting:</b> <font size=2>You were actually acting, even if not totally convincingly.</font>'
  68. elseif pornfilmacting[i] < 75:
  69. pl ' <b>Acting:</b> <font size=2>You were acting really well.</font>'
  70. elseif pornfilmacting[i] < 90:
  71. pl ' <b>Acting:</b> <font size=2>As a professional actress, everybody believed your every gesture and sentence.</font>'
  72. else
  73. pl ' <b>Acting:</b> <font size=2>Your performance was phenomenal. You may actually win some award with this one.</font>'
  74. end
  75. if pornfilmvnesh[film] >= 200:
  76. pl ' <b>Look:</b> <font size=2>Amazingly beautiful.</font>'
  77. elseif pornfilmvnesh[film] >= 120:
  78. pl ' <b>Look:</b> <font size=2>Beautiful.</font>'
  79. elseif pornfilmvnesh[film] >= 60:
  80. pl ' <b>Look:</b> <font size=2>Attractive.</font>'
  81. else
  82. pl ' <b>Look:</b> <font size=2>Unnoticeable.</font>'
  83. end
  84. pl ' <b>Description:</b> <font size=2><<$pfilmtext>></font>'
  85. if $pornfilmstory[i] = '':
  86. if firstvariable2 = 0:firstvariable2 = 1 & fvvalue2 = i
  87. pl ' <b>Story:</b> <font size=2><a href="exec:$pornfilmstory[fvvalue2] = input(''<font color=#FF0000>WARNING!</font> No matter where you clicked, you will enter the story of the <b>first</b> movie which missing it! This action can be done only once!'') & gs ''pornhist'', ''pdetail''">Missing story</a></font>'
  88. else
  89. pl ' <b>Story:</b> <font color=#1B4532 size=2><<$pornfilmstory[i]>></font>'
  90. end
  91. pl ' <b>Tags: <font color=#541717 size=2><<$pfilmtags>></font></b>'
  92. if pornDanger[i] = 1 and pfType = 1:pl ' <font color="red" size=2><b>You were unprotected and fertile during the shoot.</b></font>'
  93. killvar '$pfilmtags'
  94. if i < film:
  95. p '<font color="sienna"><hr></font>'
  96. i += 1
  97. jump 'pornhistloop2'
  98. end
  99. pl '<a href="exec:gs ''obj_din'', ''stats'' & killvar ''pornfilmdesc'' & killvar ''porntag''"><br>Return</a>'
  100. end
  101. !! Dynamic of selectable porn movies, called from:
  102. !! pornhist: 'short', 'pdetail'
  103. !! pornschedule: 'pornmiss'
  104. !! pornstudio: 'options', 'medical', 'postvideo'
  105. $pornfilmdesc = {
  106. film_type = ARGS[0]
  107. killvar '$pstory'
  108. $porndesc[1] = 'Handjob'
  109. $porndesc[2] = 'Blowjob'
  110. $porndesc[3] = 'Straight sex with facial'
  111. $porndesc[4] = 'Straight and anal sex with facial'
  112. $porndesc[5] = 'Threesome with anal creampie and facial'
  113. $porndesc[6] = 'Threesome with double penetration, facial and swallowing'
  114. $porndesc[7] = 'Straight sex with creampie'
  115. $porndesc[8] = 'Double penetration with vaginal creampies'
  116. $porndesc[9] = 'Spitroast with two guys with creampie and swallowing'
  117. $porndesc[10] = 'Four guy gangbang with vaginal sex and cumshots'
  118. $porndesc[11] = 'Four guy gangbang with vaginal sex and creampies'
  119. $porndesc[12] = 'Four guy gangbang with anal sex and anal creampies'
  120. $porndesc[13] = 'Two double penetration with four guys, vaginal and anal creampies'
  121. $porndesc[14] = 'Gangbang with 50 guys'
  122. if film_type = 1:
  123. pfType = 0
  124. pcash = 20
  125. pfactor = 1
  126. actbonus = 1
  127. $tags = 'handjob'
  128. $pfilmtext = 'You jerked off a guy and he came on your tits.'
  129. elseif film_type = 2:
  130. pfType = 0
  131. pcash = 30
  132. pfactor = 1
  133. actbonus = 1
  134. $tags = 'blowjob'
  135. $pfilmtext = 'You blew a guy and got a facial.'
  136. elseif film_type = 3:
  137. pfType = 0
  138. pcash = 50
  139. pfactor = 1
  140. actbonus = rand(1,2)
  141. $tags = 'blowjob, vaginal, facial'
  142. $pfilmtext = 'You blew and fucked a guy, then got a facial.'
  143. elseif film_type = 4:
  144. pfType = 0
  145. pcash = 60
  146. pfactor = 1
  147. actbonus = rand(1,2)
  148. $tags = 'blowjob, facial, vaginal, anal'
  149. $pfilmtext = 'You blew and fucked a guy in pussy and ass, then got a facial.'
  150. elseif film_type = 5:
  151. pfType = 0
  152. pcash = 70
  153. pfactor = 2
  154. actbonus = rand(1,3)
  155. $tags = 'facial, vaginal, anal, blowjob'
  156. $pfilmtext = 'A guy fucked your ass and pussy, getting an anal creampie while you sucked off an another guy, getting facial.'
  157. elseif film_type = 6:
  158. pfType = 0
  159. pcash = 90
  160. pfactor = 2
  161. actbonus = rand(1,3)
  162. $tags = 'DP, vaginal, anal, blowjob, facial, swallowing'
  163. $pfilmtext = 'A guy fucked your ass and pussy while you sucked off his friend, getting double penetrated and in the end getting a facial and swallowing a load.'
  164. elseif film_type = 7:
  165. pfType = 1
  166. pcash = 80
  167. pfactor = 1
  168. actbonus = rand(1,2)
  169. $tags = 'vaginal'
  170. $pfilmtext = 'You blew and fucked a guy, getting a creampie.'
  171. elseif film_type = 8:
  172. pfType = 1
  173. pcash = 100
  174. pfactor = 2
  175. actbonus = rand(1,2)
  176. $tags = 'DP, vaginal, anal'
  177. $pfilmtext = 'Two guys fucked you in double penetration, getting a double creampie.'
  178. elseif film_type = 9:
  179. pfType = 1
  180. pcash = 90
  181. pfactor = 2
  182. actbonus = rand(1,3)
  183. $tags = 'blowjob, vaginal, swallowing'
  184. $pfilmtext = 'Two guys fucked your pussy and mouth, getting a creampie and swallowing cum.'
  185. elseif film_type = 10:
  186. pfType = 1
  187. pcash = 120
  188. pfactor = 4
  189. actbonus = rand(2,3)
  190. $tags = 'vaginal, cumshot'
  191. $pfilmtext = 'Four guys fucked your pussy and they all cum on your mons.'
  192. elseif film_type = 11:
  193. pfType = 1
  194. pcash = 150
  195. pfactor = 4
  196. actbonus = rand(2,3)
  197. $tags = 'vaginal'
  198. $pfilmtext = 'Four guys fucked your pussy, getting four creampie.'
  199. elseif film_type = 12:
  200. pfType = 0
  201. pcash = 150
  202. pfactor = 4
  203. actbonus = rand(2,3)
  204. $tags = 'anal'
  205. $pfilmtext = 'Four guys fucked your ass, getting four ass creampie.'
  206. elseif film_type = 13:
  207. pfType = 1
  208. pcash = 150
  209. pfactor = 4
  210. actbonus = rand(2,3)
  211. $tags = 'DP, vaginal, anal'
  212. $pfilmtext = 'Four guys fucked you in double penetration in pairs. You got two double creampie.'
  213. elseif film_type = 14:
  214. pfType = 1
  215. pcash = 300
  216. pfactor = 50
  217. actbonus = rand(1,2)
  218. $tags = 'vaginal, anal, blowjob, cumshot, facial, swallowing'
  219. $pfilmtext = 'Fifty of your fans fucked you however they could. Most everyone came in your pussy.'
  220. $pstory = 'You called out to your fans on the internet that they have an opportunity to fuck you and cum in or on you free of charge. Of course they flocked to you.'
  221. end
  222. dynamic $porntag
  223. }
  224. $porntag = {
  225. if pornfilmAppAge[i] < 20:
  226. $pfilmtags = 'teen'
  227. elseif pornfilmAppAge[i] >= 40:
  228. $pfilmtags = 'mature'
  229. else
  230. $pfilmtags = ''
  231. end
  232. if pornfilmpreg[i] = 1:
  233. if $pfilmtags <> '':
  234. $pfilmtags+=', pregnant'
  235. else
  236. $pfilmtags = 'pregnant'
  237. end
  238. end
  239. if pfactor > 2:
  240. if $pfilmtags <> '':
  241. $pfilmtags += ', gangbang'
  242. else
  243. $pfilmtags = 'gangbang'
  244. end
  245. elseif pfactor = 2:
  246. if $pfilmtags <> '':
  247. $pfilmtags += ', threesome'
  248. else
  249. $pfilmtags = 'threesome'
  250. end
  251. end
  252. if pfType = 1:
  253. if $pfilmtags <> '':
  254. $pfilmtags += ', creampie'
  255. else
  256. $pfilmtags = 'creampie'
  257. end
  258. end
  259. if $pfilmtags <> '':
  260. $pfilmtags += ', '+$tags
  261. else
  262. $pfilmtags = $tags
  263. end
  264. }
  265. --- pornhist ---------------------------------