1
0

pornhist 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # pornhist
  2. i = 1
  3. $pfilmhistory = ''
  4. :pornhistloop
  5. pf = pornfilmType[i]
  6. dynamic $pornfilmdesc
  7. $pornDanger = ''
  8. if pornfilmMonth[i] >= 10 and pornfilmDay[i] >= 10:$pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
  9. elseif pornfilmMonth[i] >= 10 and pornfilmDay[i] < 10:$pornfilmDate[i] = '<<pornfilmYear[i]>>-<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
  10. elseif pornfilmMonth[i] < 10 and pornfilmDay[i] >= 10:$pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-<<pornfilmDay[i]>>'
  11. else $pornfilmDate[i] = '<<pornfilmYear[i]>>-0<<pornfilmMonth[i]>>-0<<pornfilmDay[i]>>'
  12. end
  13. if pornDanger[i] = 1 and pfType = 1:$pornDanger = '<br><font color="red">You were unprotected and fertile during the shoot.</font>'
  14. $pfilmhistory += '● <b>'+$pornfilmDate[i]+'</b>: '+$pfilmtext+$pornDanger+'<br> <i><font size="2">Starred at '+pornfilmActAge[i]+', for '+pornfilmCash[i]+'₽</font></i><br>'
  15. if i < film: i += 1 & jump 'pornhistloop'
  16. $pdetail = {
  17. clr
  18. i = 1
  19. :pornhistloop2
  20. pf = pornfilmType[i]
  21. dynamic $pornfilmdesc
  22. pl '<b><font color="brown"><<i>>. Movie</font></b>'
  23. pl ' <b>Production date:</b> <<$pornfilmDate[i]>>'
  24. pl ' <b>Actress age:</b> <<pornfilmActAge[i]>>'
  25. pl ' <b>Looks like:</b> <<pornfilmAppAge[i]>>'
  26. pl ' <b>Actors:</b> <<$pornfilmActor[i]>>'
  27. pl ' <b>Income:</b> <<pornfilmCash[i]>>₽'
  28. pl ' <b>Description:</b> <<$pfilmtext>>'
  29. if pornDanger[i] = 1 and pfType = 1:pl ' <font color="red">You were unprotected and fertile during the shoot.</font>'
  30. if i < film:
  31. p '<font color="sienna"><hr></font>'
  32. i += 1
  33. jump 'pornhistloop2'
  34. end
  35. if pfilmSTOP = 0:
  36. if pffilmday > daystart:
  37. pl '<br><font color=#639453><i><b>You cannot shoot an another movie for <<pffilmday-daystart>> days.</b></i></font>'
  38. elseif pffilmday = daystart:
  39. pl '<br><font color=#639453><i><b>You cannot shoot an another movie for 1 day.</b></i></font>'
  40. end
  41. end
  42. pl '<a href="exec:dynamic $objstatistika"><br>Return</a>'
  43. }
  44. $pornfilmdesc = {
  45. if pf = 1:pfType = 0 & pcash = 20 & pfactor = 1 & $pfilmtext = 'You jerked off a guy and he came on your tits.'
  46. if pf = 2:pfType = 0 & pcash = 30 & pfactor = 1 & $pfilmtext = 'You blew a guy and got a facial.'
  47. if pf = 3:pfType = 0 & pcash = 50 & pfactor = 1 & $pfilmtext = 'You blew and fucked a guy, then got a facial.'
  48. if pf = 4:pfType = 0 & pcash = 60 & pfactor = 1 & $pfilmtext = 'You blew and fucked a guy in pussy and ass, then got a facial.'
  49. if pf = 5:pfType = 0 & pcash = 70 & pfactor = 2 & $pfilmtext = 'Two guys fucked your ass and pussy, getting an anal creampie and a facial.'
  50. if pf = 6:pfType = 0 & pcash = 90 & pfactor = 2 & $pfilmtext = 'Two guys fucked you in double penetration, getting a facial and swallowing cum.'
  51. if pf = 7:pfType = 1 & pcash = 80 & pfactor = 1 & $pfilmtext = 'You blew and fucked a guy, getting a creampie. <b><font color="red" size="1">*cp</font></b>'
  52. if pf = 8:pfType = 1 & pcash = 100 & pfactor = 2 & $pfilmtext = 'Two guys fucked you in double penetration, getting a double creampie. <b><font color="red" size="1">*cp</font></b>'
  53. if pf = 9:pfType = 1 & pcash = 90 & pfactor = 2 & $pfilmtext = 'Two guys fucked your pussy and mouth, getting a creampie and swallowing cum. <b><font color="red" size="1">*cp</font></b>'
  54. if pf = 10:pfType = 1 & pcash = 120 & pfactor = 4 & $pfilmtext = 'Four guys fucked your pussy and they all cum on your mons. <b><font color="red" size="1">*cp</font></b>'
  55. if pf = 11:pfType = 1 & pcash = 150 & pfactor = 4 & $pfilmtext = 'Four guys fucked your pussy, getting four creampie. <b><font color="red" size="1">*cp</font></b>'
  56. if pf = 12:pfType = 0 & pcash = 150 & pfactor = 4 & $pfilmtext = 'Four guys fucked your ass, getting four ass creampie.'
  57. if pf = 13:pfType = 1 & pcash = 150 & pfactor = 4 & $pfilmtext = 'Four guys fucked you in double penetration in pairs. You got two double creampie. <b><font color="red" size="1">*cp</font></b>'
  58. if pf = 14:pfType = 1 & pcash = 300 & pfactor = 50 & $pfilmtext = 'Fifty of your fans fucked you however they could. Most everyone came in your pussy. <b><font color="red" size="1">*cp</font></b>'
  59. }
  60. --- pornhist ---------------------------------