balkon 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # balkon
  2. if $ARGS[0] = 'start':
  3. close all
  4. cla
  5. *clr
  6. set minut += 5
  7. gs 'stat'
  8. '<center><b><font color="maroon">Apartment Balcony</font></b></center>'
  9. !!Картинка!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10. if nude = 0:'<center><img src="images/community/balcony_dressed1.jpg"></center>'
  11. if nude = 1:
  12. if tanga = 0:'<center><img src="images/community/balcony_naked1.jpg"></center>'
  13. if tanga = 1:'<center><img src="images/community/balcony_underwear1.jpg"></center>'
  14. end
  15. '<center>You went to the balcony.</center>'
  16. !!Погода!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  17. if hour >= 0 and hour <= 6:'<center>It''s dark outside. Street lamps illuminate the empty street below.</center>'
  18. if hour = 7:'<center>Morning is dawning out on the street, birds are singing in the trees.</center>'
  19. if hour >= 8 and hour <= 19:'<center>It''s clear day out on the street. You can see some people walking by. </center>'
  20. if hour >= 20 and hour <= 23:'<center>It''s twilight and the street below you is dimly lit.</center>'
  21. !!Если голая!!!!!
  22. if nude = 1:
  23. if sosedBalDay ! day:Set temp = rand(1, 4)
  24. if sosedBalDay = day:Set temp = rand(1, 3)
  25. if temp = 1:'<center>You no one pays you any attention.</center>'
  26. if temp = 2:'<center>You no one pays you any attention.</center>'
  27. if temp = 3:'<center>You no one pays you any attention.</center>'
  28. if temp = 4:
  29. '<center>A neighbor from the opposite building is out on his balcony and looking at your naked body.</center>'
  30. act 'Look at the neighbor':gt 'balkon2', 'sosed'
  31. end
  32. end
  33. if horny >= 50:act 'Masturbate':gt 'balkon2', 'masopt'
  34. act 'Leave the balcony':gt 'sitr'
  35. act 'Approach the railing':gt 'balkon2', 'niz'
  36. end
  37. --- balkon ---------------------------------