koncepod 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # koncepod
  2. pavserpsiday = day
  3. minut += 5
  4. gs'stat'
  5. if hour <= 7 or hour >= 21:
  6. cla
  7. *clr
  8. '<center><img src="images/pic/koncepod1.jpg" ></center>'
  9. 'Empty concierge counter.'
  10. else
  11. cla
  12. *clr
  13. '<center><img src="images/pic/koncepod.jpg" ></center>'
  14. 'At the entrance sits a concierge, cloudy kind old man.'
  15. end
  16. !if hour >= 7 or hour <= 21:
  17. if hausr >= 0 and hour >= 7 or hour <= 21:
  18. 'Sorry, but the apartment has already been rented.'
  19. end
  20. act 'Climb':gt'koncepod1','krr2x1'
  21. if tanga = 0 and PCloSkirt > 3 and hour > 6 and hour <= 20:
  22. nurand = RAND(0,100)
  23. if nurand >= 90:
  24. manna = manna - 5
  25. SUB = SUB + 1
  26. horny = horny + SUB
  27. 'You`ve heard the barely audible murmur Concierge "That bitch! He walks in a short skirt and no panties, shmonkoy creature shines!"'
  28. end
  29. end
  30. if mop = 4 and hour >= 7 and hour <= 21:
  31. 'You`ve heard the barely audible murmur Concierge-"Oh, and now smeared, Shaw Festival in the Indian Rain.'
  32. !end
  33. act 'Logout':gt'dvor'
  34. end
  35. --- koncepod ---------------------------------