1
0

kiosk 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # kiosk
  2. !!WD:"SUB >= 15" for act - Will need balancing / playtesting
  3. if $ARGS[0] = 'start':
  4. $kioskloc = ''
  5. if hour >= 14 and hour <= 16:
  6. cls
  7. gs 'stat'
  8. '<center><img WIDTH = 1000 HEIGHT = 650 src="images/locations/city/shared/kiosk/kiosk21.jpg"></center>'
  9. 'It is currently very busy and looks like you''ll have to wait to get to the counter.'
  10. act 'Wait in line (20 Minutes)':
  11. minut += 20
  12. $kioskloc = 'counter' & gt 'kiosk'
  13. end
  14. act 'Leave':gt $locM
  15. if pcs_exhibition >= 45:
  16. act 'Flash both your tits and your pussy':
  17. cls
  18. gs 'stat'
  19. if kioskflash = 0:
  20. exhibition_exp += 3
  21. kioskflash = 1
  22. end
  23. '<center><img src="images/shared/sex/exhibitionism/flash_tits_pus.jpg"></center>'
  24. 'The people in front of you are shocked, as they see you flashing your tits and your pussy. As a small thank you, some of them let you move further up the line.'
  25. gs 'arousal', 'flash_breasts', 5, 'exhibition'
  26. gs 'arousal', 'flash_pussy', 5, 'exhibition'
  27. minut -= 5
  28. gs 'arousal', 'end'
  29. gs 'stat'
  30. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  31. end
  32. end
  33. if pcs_exhibition >= 40:
  34. act 'Flash your pussy':
  35. cls
  36. gs 'stat'
  37. if kioskflash = 0:
  38. exhibition_exp += 2
  39. kioskflash = 1
  40. end
  41. if pcs_pubes >= 10:
  42. '<center><img src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  43. else
  44. '<center><img src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  45. end
  46. 'The people in front of you are shocked, as they see you flashing your pussy. As a small thank you, some of them let you move further up the line.'
  47. gs 'arousal', 'flash_pussy', 5, 'exhibition'
  48. gs 'arousal', 'end'
  49. gs 'stat'
  50. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  51. end
  52. end
  53. if pcs_exhibition >= 35:
  54. act 'Flash your tits':
  55. cls
  56. gs 'stat'
  57. if kioskflash = 0:
  58. exhibition_exp += 1
  59. kioskflash = 1
  60. end
  61. '<center><img src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  62. 'The people in front of you are shocked, as they see you flashing your tits. As a small thank you, some of them let you move further up the line.'
  63. gs 'arousal', 'flash_breasts', 5, 'exhibition'
  64. gs 'arousal', 'end'
  65. gs 'stat'
  66. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  67. end
  68. end
  69. if SUB >= 15:
  70. act 'Suggest a blowjob in exchange for jumping the queue':
  71. cls
  72. gs 'stat'
  73. pcs_throat += 1
  74. gs 'npcgeneratec', 0, 'stranger from the post office', rand(19,45)
  75. gs 'boyStat', $npclastgenerated
  76. if spdirtyb = 0 and spdirtyv = 0:
  77. '<center><img src="images/shared/sex/blowjob/kiosk_blowjob.jpg"></center>'
  78. 'A man agrees to your suggestion and lets you move in front of him.'
  79. gs 'arousal', 'bj', 10, 'sub'
  80. gs 'stat'
  81. act 'Cum on your face':
  82. cls
  83. '<center><img src="images/pc/body/cum/cumface/<<$cum_face_image>>.jpg"></center>'
  84. 'The man cums on your face.'
  85. spafinloc = 11
  86. gs 'cum_manage'
  87. gs 'arousal', 'end'
  88. gs 'stat'
  89. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  90. end
  91. act 'Cum on your mouth':
  92. cls
  93. '<center><img src="images/locations/shared/postoffice/sex/cumlip.jpg"></center>'
  94. 'The man cums inside your mouth.'
  95. spafinloc = 12
  96. gs 'cum_manage'
  97. gs 'arousal', 'end'
  98. gs 'stat'
  99. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  100. end
  101. else
  102. '<center><img src="images/locations/shared/postoffice/punch.gif"></center>'
  103. 'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your mouth is full of sperm."</font> You stagger away from the kiosk and spend 2 hours curled up in a ball.'
  104. minut += 120
  105. gs 'pain', 4, 'tummy', 'hit'
  106. act 'Recover':gt $locM
  107. end
  108. end
  109. end
  110. else
  111. $kioskloc = 'counter' & gt 'kiosk'
  112. end
  113. end
  114. if $kioskloc = 'counter':
  115. cls
  116. gs 'stat'
  117. '<center><img WIDTH = 800 HEIGHT = 500 src="images/locations/city/shared/kiosk/kiosk123.jpg"></center>'
  118. '<center><img src="images/locations/city/shared/kiosk/ruch.jpg"></center>'
  119. if $message ! '':
  120. '<center>'+$message+'</center>'
  121. killvar '$message'
  122. else
  123. ''
  124. end
  125. *pl '<center><table align="center" width=80%>'
  126. *pl '<center><table align="center">'
  127. *P FUNC ('$stock_item', 20, 'Cigarettes', 50, 'siga', 'kiosk')
  128. *P FUNC ('$single_stock_item', 1, 'Fashion magazine', 50, 'fashmag', 'kiosk')
  129. *P FUNC ('$single_stock_item', 1, 'Computer magazine', 50, 'compmag', 'kiosk')
  130. *P FUNC ('$single_stock_item', 1, 'Biographical magazine', 50, 'biomag', 'kiosk')
  131. *P FUNC ('$single_stock_item', 1, 'Cooking magazine', 50, 'cookmag', 'kiosk')
  132. *P FUNC ('$single_stock_item', 1, 'Knitting magazine', 50, 'knitmag', 'kiosk')
  133. *P FUNC ('$single_stock_item', 1, 'Fitness magazine', 50, 'fitmag', 'kiosk')
  134. '</table></center>'
  135. *pl
  136. if money >= 50:
  137. act 'Eat snack (50 <b>₽</b>)':
  138. money -= 50
  139. gs 'food', 'snack'
  140. end
  141. end
  142. act 'Leave':minut += 5 & gt $locM
  143. end
  144. --- kiosk ---------------------------------