kiosk 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. # kiosk
  2. !!Przemar:IMAGE NEEDED 'Man punched you and say " Go away bitch your mouth full of sperm " at this rate you needed to wait 4 hours and paid 200 <b>₽</b>'
  3. !!WD:"SUB >= 15" for act - Will need balancing / playtesting
  4. if $ARGS[0] = 'start':
  5. $kioskloc = ''
  6. if hour >= 12 and hour <= 15:
  7. cls
  8. gs 'stat'
  9. '<center><img src="images/community/queue.jpg"></center>'
  10. 'It is currently very busy and looks like you''ll have to wait to get to the counter.'
  11. act 'Wait in line (30 Minutes)':
  12. minut += 30
  13. siga += 20
  14. money -= 50
  15. $kioskloc = 'counter' & gt 'kiosk'
  16. end
  17. act 'Leave':gt $locM
  18. if exhibi >= 4:
  19. act 'Flash both your tits and your pussy':
  20. cls
  21. gs 'stat'
  22. minut += 10
  23. if kioskflash = 0:
  24. exhibi += 1
  25. kioskflash = 1
  26. end
  27. '<center><img src="images/community/flash_tits_pus.jpg"></center>'
  28. '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 in the line.'
  29. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  30. end
  31. end
  32. if exhibi >= 3:
  33. act 'Flash your pussy':
  34. cls
  35. gs 'stat'
  36. minut += 10
  37. if kioskflash = 0:
  38. exhibi += 1
  39. kioskflash = 1
  40. end
  41. if lobok >= 2:'<center><img src="images/community/flash_hairy.jpg"></center>'
  42. if lobok <= 2:'<center><img src="images/community/flash_nohairy.jpg"></center>'
  43. '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 in the line.'
  44. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  45. end
  46. end
  47. if exhibi >= 2:
  48. act 'Flash your tits':
  49. cls
  50. gs 'stat'
  51. minut += 10
  52. if kioskflash = 0:
  53. exhibi += 1
  54. kioskflash = 1
  55. end
  56. '<center><img src="images/community/flash_tits.jpg"></center>'
  57. '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 in the line.'
  58. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  59. end
  60. end
  61. if SUB >= 15:
  62. act 'Suggest a blowjob in exchange for jumping the queue':
  63. cls
  64. gs 'stat'
  65. minut += 10
  66. throat += 1
  67. bj += 1
  68. $boy = 'Stranger'
  69. if spdirtyb = 0 and spdirtyv = 0:
  70. '<center><img src="images/community/kiosk_blowjob.jpg"></center>'
  71. 'A man agrees to your suggestion and lets you move in front of him.'
  72. act 'Cum on your face':
  73. cls
  74. '<center><img src="images/body/cumface.jpg"></center>'
  75. 'The man cums on your face.'
  76. spafinloc = 11
  77. gs 'cum_manage'
  78. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  79. end
  80. act 'Cum on your mouth':
  81. cls
  82. '<center><img src="images/etogame/cumlip.jpg"></center>'
  83. 'The man cums inside your mouth.'
  84. spafinloc = 12
  85. gs 'cum_manage'
  86. act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
  87. end
  88. else
  89. !!Przemar:IMAGE NEEDED
  90. $ImageNeededPlacholder
  91. !! '<center><img src="images/community/Image_needed.png"></center>'
  92. '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.'
  93. minut += 120
  94. gs 'pain', 4, 'tummy', 'hit'
  95. act 'Recover':gt $locM
  96. end
  97. end
  98. end
  99. else
  100. $kioskloc = 'counter' & gt 'kiosk'
  101. end
  102. end
  103. if $kioskloc = 'counter':
  104. cls
  105. gs 'stat'
  106. '<center><img src="images/community/kiosk.jpg"></center>'
  107. *pl '<center><table align="center">' + _
  108. FUNC ('$stock_item', 20, 'Cigarettes', 50, 'siga', 'kiosk') + _
  109. FUNC ('$single_stock_item', 1, 'Fashion magazine', 50, 'fashmag', 'kiosk') + _
  110. FUNC ('$single_stock_item', 1, 'Computer magazine', 50, 'compmag', 'kiosk') + _
  111. FUNC ('$single_stock_item', 1, 'Biographical magazine', 50, 'biomag', 'kiosk') + _
  112. FUNC ('$single_stock_item', 1, 'Cooking magazine', 50, 'cookmag', 'kiosk') + _
  113. FUNC ('$single_stock_item', 1, 'Knitting magazine', 50, 'knitmag', 'kiosk') + _
  114. FUNC ('$single_stock_item', 1, 'Fitness magazine', 50, 'fitmag', 'kiosk') + _
  115. '</table></center>'
  116. *pl
  117. act 'Leave':minut += 5 & gt $locM
  118. end
  119. --- kiosk ---------------------------------