booty_call_stats.qsrc 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # booty_call_stats
  2. if $ARGS[0] = 'npc_update':
  3. gs 'boy_updater', 'fav_body_part'
  4. gs 'boy_updater', 'dick_update'
  5. end
  6. if $ARGS[0] = 'starting_stats':
  7. $lastwornpantytype['booty_call'] = $pantyworntype
  8. lastwornpantynumber['booty_call'] = pantywornnumber
  9. $lastwornbratype['booty_call'] = $braworntype
  10. lastwornbranumber['booty_call'] = brawornnumber
  11. $lastwornclothingtype['booty_call'] = $clothingworntype
  12. lastwornclothingnumber['booty_call'] = clothingwornnumber
  13. booty_call['starting_makeup'] = pcs_makeup
  14. booty_call['cum_vagina'] = cum_loc['vagina']
  15. booty_call['cum_labia'] = cum_loc['labia']
  16. booty_call['cum_panty_front'] = cum_loc['panty_front']
  17. booty_call['cum_anus'] = cum_loc['anus']
  18. booty_call['cum_butt'] = cum_loc['butt']
  19. booty_call['cum_panty_back'] = cum_loc['panty_back']
  20. booty_call['cum_clothes_groin'] = cum_loc['clothes_groin']
  21. booty_call['cum_clothes'] = cum_loc['clothes']
  22. booty_call['cum_back'] = cum_loc['back']
  23. booty_call['cum_legs'] = cum_loc['legs']
  24. booty_call['cum_arms'] = cum_loc['arms']
  25. booty_call['cum_face'] = cum_loc['face']
  26. booty_call['cum_mouth'] = cum_loc['mouth']
  27. booty_call['cum_hands'] = cum_loc['hands']
  28. booty_call['cum_stomach'] = cum_loc['stomach']
  29. booty_call['cum_tits'] = cum_loc['tits']
  30. booty_call['cum_hair'] = cum_loc['hair']
  31. booty_call['sweat'] = pcs_sweat
  32. booty_call['orgasm'] = orgasm
  33. booty_call['orgasm_limit'] = orgasm + 6
  34. booty_call['pc_condom_count'] = prezik
  35. booty_call['start_time'] = totminut
  36. if $start_type[1] ! 'nomagic': booty_call['magik'] = pcs_magik
  37. if npc_fuckbuddy[$boy] ! 1: npc_fuckbuddy[$boy] = 1
  38. if tabletkiday = daystart: booty_call['bc_take'] = 1
  39. end
  40. if $ARGS[0] = 'save':
  41. !! number of times you have initiated or responded to a booty call
  42. npc_bootycalls[$boy] += 1
  43. !! number of times you have had sex with an npc
  44. npc_fuck_times[$boy] += booty_call['fuck']
  45. npc_kuni_times[$boy] += booty_call['kuni']
  46. !! number of times you have made your fuckbuddy cum
  47. npc_cum_count[$boy] += booty_call['cum_count']
  48. !! number of times your fuckbuddy has brought you to orgasm
  49. npc_orgasm_count[$boy] += booty_call['orgasm_count']
  50. !! number of times you have faked an orgasm
  51. npc_fake_orgasm_count[$boy] += booty_call['fake_orgasm_count']
  52. !! number of times you have been creampied by your fuckbudy
  53. npc_creampie_count[$boy] += booty_call['creampie']
  54. !! number of times you have cum together with your fuckbuddy
  55. npc_cum_together_count[$boy] += booty_call['creampie_orgasm']
  56. !! number of times your fuckbuddy has cum on your face
  57. npc_facial_count[$boy] += booty_call['facial']
  58. !! number of times your fuckbuddy has cum on your tits
  59. npc_creampie_count[$boy] += booty_call['tit_cum']
  60. !! number of times your fuckbuddy has pulled out
  61. npc_pullout_count[$boy] += booty_call['pullout']
  62. !! number of times your fuckbuddy has cum in your mouth
  63. npc_mouth_cum_count[$boy] += booty_call['mouth_cum']
  64. !! number of times you have jerked him to completion
  65. npc_cum_hand_count[$boy] += booty_call['cum_hand']
  66. !! number of times you have swallowed for your fuckbuddy
  67. npc_swallow_count[$boy] += booty_call['swallow_count']
  68. !! number of times you have spit out his cum
  69. npc_spit_count[$boy] += booty_call['spit_count']
  70. !! number of times you have fucked in the shower
  71. npc_shower_sex_count[$boy] += booty_call['shower_sex']
  72. !! number of times your fuckbuddy has cum in your mouth
  73. npc_mouth_cum_count[$boy] += booty_call['mouth_cum']
  74. !! number of times you have denied letting your fuckbuddy take your virginity
  75. npc_virgin_deny[$boy] += booty_call['virgin_deny']
  76. !! if your fuckbuddy takes your virginity without consent
  77. npc_virgin_rapist[$boy] += booty_call['virgin_rape']
  78. if booty_call['sleep_fuck'] > 0: npc_sleep_fuck += 1
  79. if hour >= 8 and hour < 14 and week < 6 and mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and kanikuli = 0 and schoolProgulDay ! daystart:
  80. !!absence from school
  81. npc_school_absences[$boy] = schoolprogul
  82. end
  83. end
  84. if $ARGS[0] = 'birth_control_know':
  85. npc_know_not_bc[$boy] = 0
  86. npc_know_bc[$boy] = 1
  87. end
  88. if $ARGS[0] = 'no_birth_control_know':
  89. npc_know_not_bc[$boy] = 1
  90. npc_know_bc[$boy] = 0
  91. end
  92. if $ARGS[0] = 'single_know':
  93. npc_know_have_boyfriend[$boy] = 0
  94. npc_know_have_girlfriend[$boy] = 0
  95. end
  96. if $ARGS[0] = 'sleep_check':
  97. booty_call['sleep_cum_vagina'] = cum_loc['vagina']
  98. booty_call['sleep_cum_butt'] = cum_loc['butt']
  99. booty_call['sleep_cum_face'] = cum_loc['face']
  100. booty_call['sleep_cum_stomach'] = cum_loc['stomach']
  101. booty_call['sleep_cum_tits'] = cum_loc['tits']
  102. booty_call['sleep_cum_hair'] = cum_loc['hair']
  103. end
  104. --- booty_call_stats ---------------------------------