449_balkon 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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:
  11. '<center><img src="images\community\balcony_dressed1.jpg"></center>'
  12. end
  13. if nude = 1:
  14. if tanga = 0: '<center><img src="images\community\balcony_naked1.jpg"></center>'
  15. if tanga = 1: '<center><img src="images\community\balcony_underwear1.jpg"></center>'
  16. end
  17. '<center>You went to the balcony.</center>'
  18. !Погода!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  19. if hour >= 0 and hour <= 6:
  20. '<center>It''s dark outside. Street lamps illuminate the empty street below.</center>'
  21. end
  22. if hour = 7:
  23. '<center>Morning is dawning out on the street, birds are singing in the trees.</center>'
  24. end
  25. if hour >= 8 and hour <= 19:
  26. '<center>It''s clear day out on the street. You can see some people walking by. </center>'
  27. end
  28. if hour >= 20 and hour <= 23:
  29. '<center>It''s twilight and the street below you is dimly lit.</center>'
  30. end
  31. !Если голая!!!!!
  32. if nude = 1:
  33. if sosedBalDay ! day: Set temp = RAND(1,4)
  34. if sosedBalDay = day: Set temp = RAND(1,3)
  35. if temp = 1:
  36. '<center>You no one pays you any attention.</center>'
  37. end
  38. if temp = 2:
  39. '<center>You no one pays you any attention.</center>'
  40. end
  41. if temp = 3:
  42. '<center>You no one pays you any attention.</center>'
  43. end
  44. if temp = 4:
  45. '<center>A neighbor from the opposite building is out on his balcony and looking at your naked body.</center>'
  46. act 'Look at the neighbor': gt 'balkon2','sosed'
  47. end
  48. end
  49. if horny >= 50:
  50. act 'Masturbate': gt 'balkon2','masopt'
  51. end
  52. act 'Leave the balcony': gt 'sitr'
  53. act 'Approach the railing': gt 'balkon2','niz'
  54. end
  55. --- balkon ---------------------------------