balkon 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # balkon
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. minut += 5
  7. gs 'stat'
  8. '<center><b><font color="maroon">Apartment Balcony</font></b></center>'
  9. if nude = 0:
  10. '<center><img src="images/community/balcony_dressed1.jpg"></center>'
  11. elseif 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. if hour >= 0 and hour <= 6:
  17. '<center>It''s dark outside. Street lamps illuminate the empty street below.</center>'
  18. elseif hour = 7:
  19. '<center>Morning is dawning out on the street, birds are singing in the trees.</center>'
  20. elseif hour >= 8 and hour <= 19:
  21. '<center>It''s clear day out on the street. You can see some people walking by. </center>'
  22. elseif hour >= 20 and hour <= 23:
  23. '<center>It''s twilight and the street below you is dimly lit.</center>'
  24. end
  25. if nude = 1:
  26. if sosedBalDay ! day:temp = rand(1, 4)
  27. if sosedBalDay = day:temp = rand(1, 3)
  28. if temp = 1:
  29. '<center>You no one pays you any attention.</center>'
  30. elseif temp = 2:
  31. '<center>You no one pays you any attention.</center>'
  32. elseif temp = 3:
  33. '<center>You no one pays you any attention.</center>'
  34. elseif temp = 4:
  35. '<center>A neighbor from the opposite building is out on his balcony and looking at your naked body.</center>'
  36. act 'Look at the neighbor':gt 'balkon2', 'sosed'
  37. end
  38. end
  39. if sigaret >= 1:
  40. act 'Light a cigarette':gt 'balkon2', 'kurit'
  41. end
  42. !!!Probably CV edition
  43. if horny >= 50:
  44. act 'Masturbate':gt 'balkon2', 'masopt'
  45. end
  46. !!!
  47. act 'Leave the balcony':gt 'sitr'
  48. act 'Approach the railing':gt 'balkon2', 'niz'
  49. end
  50. --- balkon ---------------------------------