126_Nudelake 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Nudelake
  2. gs 'stat'
  3. '<center><B>nudist beach</B></center>'
  4. '<center><img src="images\img\Lake\Nudelake.jpg"></center>'
  5. 'Here you can walk naked and no one will blame you.'
  6. if hour >= 6 and hour <= 20:
  7. 'Here you can <a href="exec:gt ''Nudelake'',''zagarat''">tanning</a> and <a href="exec:gt ''Nudelake'',''swim''">swim</a>'
  8. 'And, you can play <a href="exec:gt ''Nudelake'',''voleybol''">beach volleyball</a>'
  9. end
  10. act 'Go to the main beach': gt 'lake','start'
  11. if katday ! day and kat >= 1:
  12. 'You see at the beach Cat.'
  13. act 'Approach the Cat':
  14. gt 'Katlake','kat'
  15. end
  16. end
  17. if $ARGS[0] = 'voleybol':
  18. cls
  19. set minut += 1
  20. '<center><img src="images\img\Lake\voleybol.jpg"></center>'
  21. 'You came to the volleyball court.'
  22. act 'Watch': gt 'Nudelake','smotr'
  23. act 'Leave': gt 'Nudelake'
  24. act 'Play':
  25. cla
  26. *clr
  27. set agil += 1
  28. set react += 1
  29. set speed += 1
  30. set minut += 30
  31. '<center><img src="images\img\Lake\voleybol.jpg"></center>'
  32. 'You go up to the players and ask whether it is possible to join, you will be happy to take the team.'
  33. act 'Finish': gt 'Nudelake'
  34. end
  35. end
  36. if $ARGS[0] = 'zagarat':
  37. set minut += 30
  38. cls
  39. gs 'stat'
  40. '<center><img src="images\img\Lake\nudezagarat.jpg"></center>'
  41. set sweat += 1
  42. set manna += 5
  43. if krem = 0:
  44. set tan += 1
  45. 'You went to the beach to sunbathe.'
  46. end
  47. if krem > 0:
  48. set krem -= 1
  49. set tan += 3
  50. 'You smeared body sunblock and went to sunbathe.'
  51. end
  52. set nzagrand = RAND(0,100)
  53. if kat > 30 and katkey = 0 and nzagrand >= 60 and nzagrand < 70: gt 'Katlake','key'
  54. if nzagrand >= 80 and nzagrand < 90: gt 'Vnlake1'
  55. if nzagrand >= 90: gt 'Vnlake2'
  56. if katday ! day and kat = 0 and nzagrand >= 70 and nzagrand < 80: gt 'Katlake'
  57. act 'Finish': gt 'Nudelake'
  58. end
  59. if $ARGS[0] = 'swim':
  60. cla
  61. *clr
  62. set cumpussy = 0
  63. set cumbelly = 0
  64. set cumass = 0
  65. set cumlip = 0
  66. set cumface = 0
  67. set cumfrot = 0
  68. set minut += 60
  69. if sweat > -3: set sweat = -3
  70. set manna += 5
  71. set willpower += 5
  72. if stren < 30: set stren += 1
  73. '<center><img src="images\img\Lake\nudeswim.jpg"></center>'
  74. 'You went for a swim.'
  75. act 'Finish': gt 'Nudelake'
  76. end
  77. if $ARGS[0] = 'smotr':
  78. set minut += 30
  79. cls
  80. gs 'stat'
  81. '<center><img src="images\img\Lake\voleybol.jpg"></center>'
  82. 'You see how others play.'
  83. act 'Leave': gt 'Nudelake'
  84. end
  85. --- Nudelake ---------------------------------