|
@@ -0,0 +1,148 @@
|
|
|
+# kiosk
|
|
|
+
|
|
|
+!!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>'
|
|
|
+!!WD:"SUB >= 15" for act - Will need balancing / playtesting
|
|
|
+if $ARGS[0] = 'start':
|
|
|
+ $kioskloc = ''
|
|
|
+ if hour >= 12 and hour <= 15:
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img src="images/community/queue.jpg"></center>'
|
|
|
+ 'It is currently very busy and looks like you''ll have to wait to get to the counter.'
|
|
|
+ act 'Wait in line (30 Minutes)':
|
|
|
+ minut += 30
|
|
|
+ siga += 20
|
|
|
+ money -= 50
|
|
|
+ $kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Leave':gt $locM
|
|
|
+
|
|
|
+ if exhibi >= 4:
|
|
|
+ act 'Flash both your tits and your pussy':
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ minut += 10
|
|
|
+
|
|
|
+ if kioskflash = 0:
|
|
|
+ exhibi += 1
|
|
|
+ kioskflash = 1
|
|
|
+ end
|
|
|
+ '<center><img src="images/community/flash_tits_pus.jpg"></center>'
|
|
|
+ '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.'
|
|
|
+
|
|
|
+ act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if exhibi >= 3:
|
|
|
+ act 'Flash your pussy':
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ minut += 10
|
|
|
+
|
|
|
+ if kioskflash = 0:
|
|
|
+ exhibi += 1
|
|
|
+ kioskflash = 1
|
|
|
+ end
|
|
|
+
|
|
|
+ if lobok >= 2:'<center><img src="images/community/flash_hairy.jpg"></center>'
|
|
|
+ if lobok <= 2:'<center><img src="images/community/flash_nohairy.jpg"></center>'
|
|
|
+
|
|
|
+ '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.'
|
|
|
+
|
|
|
+ act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if exhibi >= 2:
|
|
|
+ act 'Flash your tits':
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ minut += 10
|
|
|
+
|
|
|
+ if kioskflash = 0:
|
|
|
+ exhibi += 1
|
|
|
+ kioskflash = 1
|
|
|
+ end
|
|
|
+
|
|
|
+ '<center><img src="images/community/flash_tits.jpg"></center>'
|
|
|
+ '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.'
|
|
|
+
|
|
|
+ act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if SUB >= 15:
|
|
|
+ act 'Suggest a blowjob in exchange for jumping the queue':
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+ minut += 10
|
|
|
+ throat += 1
|
|
|
+ bj += 1
|
|
|
+ $boy = 'Stranger'
|
|
|
+
|
|
|
+ if spdirtyb = 0 and spdirtyv = 0:
|
|
|
+ '<center><img src="images/community/kiosk_blowjob.jpg"></center>'
|
|
|
+ 'A man agrees to your suggestion and lets you move in front of him.'
|
|
|
+
|
|
|
+ act 'Cum on your face':
|
|
|
+ cls
|
|
|
+ '<center><img src="images/body/cumface.jpg"></center>'
|
|
|
+ 'The man cums on your face.'
|
|
|
+ spafinloc = 11
|
|
|
+ gs 'cum_manage'
|
|
|
+
|
|
|
+ act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Cum on your mouth':
|
|
|
+ cls
|
|
|
+ '<center><img src="images/etogame/cumlip.jpg"></center>'
|
|
|
+ 'The man cums inside your mouth.'
|
|
|
+ spafinloc = 12
|
|
|
+ gs 'cum_manage'
|
|
|
+
|
|
|
+ act 'Go to the counter':$kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ !!Przemar:IMAGE NEEDED
|
|
|
+ $ImageNeededPlacholder
|
|
|
+ !! '<center><img src="images/community/Image_needed.png"></center>'
|
|
|
+
|
|
|
+ '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.'
|
|
|
+ minut += 120
|
|
|
+ gs 'pain', 4, 'tummy', 'hit'
|
|
|
+
|
|
|
+ act 'Recover':gt $locM
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ $kioskloc = 'counter' & gt 'kiosk'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $kioskloc = 'counter':
|
|
|
+ cls
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
+ '<center><img src="images/community/kiosk.jpg"></center>'
|
|
|
+
|
|
|
+ *pl '<center><table align="center">' + _
|
|
|
+ FUNC ('$stock_item', 20, 'Cigarettes', 50, 'siga', 'kiosk') + _
|
|
|
+ FUNC ('$single_stock_item', 1, 'Fashion magazine', 50, 'fashmag', 'kiosk') + _
|
|
|
+ FUNC ('$single_stock_item', 1, 'Computer magazine', 50, 'compmag', 'kiosk') + _
|
|
|
+ FUNC ('$single_stock_item', 1, 'Biographical magazine', 50, 'biomag', 'kiosk') + _
|
|
|
+ FUNC ('$single_stock_item', 1, 'Cooking magazine', 50, 'cookmag', 'kiosk') + _
|
|
|
+ FUNC ('$single_stock_item', 1, 'Knitting magazine', 50, 'knitmag', 'kiosk') + _
|
|
|
+ FUNC ('$single_stock_item', 1, 'Fitness magazine', 50, 'fitmag', 'kiosk') + _
|
|
|
+ '</table></center>'
|
|
|
+ *pl
|
|
|
+
|
|
|
+ act 'Leave':minut += 5 & gt $locM
|
|
|
+
|
|
|
+end
|
|
|
+
|
|
|
+--- kiosk ---------------------------------
|
|
|
+
|