pornhist 4.1 KB

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