kiosk 4.1 KB

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