449_balkon 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>Dark outside, the street lamp illuminates.</center>'
  21. end
  22. if hour = 7:
  23. '<center>On the street the morning dawn, singing birds.</center>'
  24. end
  25. if hour >= 8 and hour <= 19:
  26. '<center>On a clear day the street.</center>'
  27. end
  28. if hour >= 20 and hour <= 23:
  29. '<center>At twilight street.</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 attention.</center>'
  37. end
  38. if temp = 2:
  39. '<center>You no one pays attention.</center>'
  40. end
  41. if temp = 3:
  42. '<center>You no one pays attention.</center>'
  43. end
  44. if temp = 4:
  45. '<center>Neighbor left out on the balcony and looking at you naked.</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 'Approach the railing': gt 'balkon2','niz'
  53. act 'Leave from the balcony': gt 'sitr'
  54. end
  55. --- balkon ---------------------------------