1
0

Katlake 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. # Katlake
  2. cla
  3. gs 'stat'
  4. '<center><img src="images/img/Lake/kat.jpg"></center>'
  5. 'You get bored and you start to examine other vacationers far from you is beautiful girl.'
  6. act 'Do not approach':gt 'Nudelake'
  7. act 'Step up':
  8. cla
  9. 'You walk up to a girl and trying to have a conversation.'
  10. act '"Hi."':gt 'Katlake', 'znakomstvo'
  11. end
  12. if $ARGS[0] = 'znakomstvo':
  13. cla
  14. gs 'stat'
  15. if vnesh < 14:
  16. katday = daystart
  17. '"Hello" you say, a bit shyly.'
  18. 'The girl looked around you scornful look and said nothing'
  19. '"Talk will not work" flashed in your head'
  20. act 'Leave.':gt 'Nudelake'
  21. else
  22. cla
  23. clr
  24. katday = daystart
  25. telkat += 1
  26. kat = 1
  27. minut += 30
  28. '"Hello" you say a bit shyly.'
  29. 'Girl looks you up and down, smiles and says, "Hi."'
  30. 'She looks at you with a slight smile and waits. You frantically trying to think of what to say, blushing trying to squeeze out a word.'
  31. 'Girl notices your flour and decides to take matters into their own hands, "I Katja, for friends Kate and what''s your name?"'
  32. '"<<$name>>" you exhale with relief. Continue the conversation went much better and you chatted for another half hour.'
  33. act 'Leave.':gt 'Nudelake'
  34. end
  35. end
  36. if $ARGS[0] = 'kat':
  37. cla
  38. clr
  39. *clr
  40. gs 'stat'
  41. minut += 30
  42. '<center><img src="images/img/Lake/kat.jpg"></center>'
  43. 'See you smiling Kate "<<$name>> Hi how''s it going."'
  44. act 'Leave':gt 'Nudelake'
  45. act 'Offer to play volleyball':gt 'Katlake', 'voleybol'
  46. act 'Suggest a walk':gt 'Katlake', 'walk'
  47. act 'Chat':
  48. cla
  49. clr
  50. katday = daystart
  51. kat += 1
  52. minut += 30
  53. 'You talked for half an hour.'
  54. act 'Leave':gt 'Nudelake'
  55. end
  56. end
  57. if $ARGS[0] = 'voleybol':
  58. cla
  59. clr
  60. *clr
  61. katday = daystart
  62. kat += 3
  63. minut += 30
  64. agil += 1
  65. react += 1
  66. speed += 1
  67. gs 'stat'
  68. '<center><img src="images/img/Lake/voleybol.jpg"></center>'
  69. 'You can go to Kate volleyball court and Join of playing. When something goes wrong Kate encourages you clapping a hand over your bare ass, with her hand on his buttocks slightly delayed slightly squeezing it.'
  70. act 'Finish':gt 'Nudelake'
  71. end
  72. if $ARGS[0] = 'walk':
  73. cla
  74. katday = daystart
  75. kat += 2
  76. minut += 30
  77. gs 'stat'
  78. 'You Kat walk along the beach, chatting merrily.'
  79. kwalrand = rand(0, 100)
  80. if kwalrand >= 80 and kwalrand < 90 and kat > 20:gt 'Kwlake1'
  81. if kwalrand >= 90 and kat > 20:gt 'Kwlake2'
  82. act 'Finish':gt 'Nudelake'
  83. end
  84. if $ARGS[0] = 'key':
  85. cla
  86. clr
  87. *clr
  88. katkey = 1
  89. kat += 10
  90. minut += 60
  91. gs 'stat'
  92. '<center><img src="images/img/Lake/sun.jpg"></center>'
  93. 'You sunbathe, you suddenly become ill, dizzy, nauseated you. You tried to get up and lost consciousness.'
  94. '"Now, now, wait a little." where you hear that voice from the darkness Katie.'
  95. 'You feel the cool darkness slowly razveevaetsya and you open your eyes. Before you face the Cat.'
  96. '"Good, you are finally awake." says Kate. You look around, you have a wet towel on your head, and you yourself are lying in the shade under a tree.'
  97. '"What happened to me, " you ask.'
  98. '"What, what, sunstroke, that''s what." meets Katya.'
  99. '"And now comes to life and went to me, today I''ll stay, " she continued.'
  100. '"I feel better, I am going home, " you tried to argue.'
  101. '"No, well, you better it a look, I''m with her noshus like a chicken with egg, three times ran a towel drenched, dragged by his shadow, and she still vykobenivaetsya. All I said to me it means to me, I still nurse and I know better "'
  102. 'After this tirade mind you do not become'
  103. act 'Go with Kate.':gt 'kathouse0'
  104. end
  105. --- Katlake ---------------------------------