112_Katlake 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. # Katlake
  2. !if $ARGS[0] = 'start':
  3. !gs 'stat'
  4. cla
  5. gs 'stat'
  6. '<center><img src="images/img/Lake/kat.jpg"></center>'
  7. 'You get bored and you start to examine other vacationers far from you is beautiful girl.'
  8. act 'Do not approach':gt 'Nudelake'
  9. act 'Step up':
  10. cla
  11. 'You walk up to a girl and trying to have a conversation.'
  12. act '"Hi."':gt 'Katlake', 'znakomstvo'
  13. end
  14. if $ARGS[0] = 'znakomstvo':
  15. gs 'stat'
  16. cla
  17. if vnesh < 14:
  18. set katday = day
  19. '"Hello" is a bit shy you say.'
  20. 'The girl looked around you scornful look and said nothing'
  21. '"Talk will not work" flashed in your head'
  22. act 'Leave.':gt 'Nudelake'
  23. end
  24. if vnesh >= 14:
  25. set katday = day
  26. set telkat += 1
  27. set kat = 1
  28. cla
  29. clr
  30. set minut += 30
  31. '"Hello" is a bit shy you say.'
  32. 'Girl looks you up and down, smiles and says, "Hi."'
  33. '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.'
  34. 'Girl notices your flour and decides to take matters into their own hands, "I Katia, for friends Kate and what´s your name?"'
  35. '"<<$name>>" you exhale with relief. Continue the conversation went much better and you chatted for another half hour.'
  36. act 'Leave.':gt 'Nudelake'
  37. end
  38. end
  39. if $ARGS[0] = 'kat':
  40. cla
  41. clr
  42. *clr
  43. gs 'stat'
  44. set minut += 30
  45. '<center><img src="images/img/Lake/kat.jpg"></center>'
  46. 'See you smiling Kate "Svetsik Hi how´s it going."'
  47. act 'Leave':gt 'Nudelake'
  48. act 'Offer to play volleyball':gt 'Katlake', 'voleybol'
  49. act 'Suggest a walk':gt 'Katlake', 'walk'
  50. act 'Chat':
  51. cla
  52. clr
  53. set katday = day
  54. set kat += 1
  55. set minut += 30
  56. 'You talked for half an hour.'
  57. act 'Leave':gt 'Nudelake'
  58. end
  59. end
  60. if $ARGS[0] = 'voleybol':
  61. gs 'stat'
  62. cla
  63. *clr
  64. clr
  65. set katday = day
  66. set kat += 3
  67. set minut += 30
  68. set agil += 1
  69. set react += 1
  70. set speed += 1
  71. '<center><img src="images/img/Lake/voleybol.jpg"></center>'
  72. '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.'
  73. act 'Finish':gt 'Nudelake'
  74. end
  75. if $ARGS[0] = 'walk':
  76. cla
  77. gs 'stat'
  78. set katday = day
  79. set kat += 2
  80. set minut += 30
  81. 'You Kat walk along the beach, chatting merrily.'
  82. set kwalrand = rand(0, 100)
  83. if kwalrand >= 80 and kwalrand < 90 and kat > 20:gt 'Kwlake1'
  84. if kwalrand >= 90 and kat > 20:gt 'Kwlake2'
  85. act 'Finish':gt 'Nudelake'
  86. end
  87. if $ARGS[0] = 'key':
  88. cla
  89. *clr
  90. clr
  91. gs 'stat'
  92. set katkey = 1
  93. set kat += 10
  94. set minut += 60
  95. '<center><img src="images/img/Lake/sun.jpg"></center>'
  96. 'You sunbathe, you suddenly become ill, dizzy, nauseated you. You tried to get up and lost consciousness.'
  97. '"Now, now, wait a little." where you hear that voice from the darkness Katie.'
  98. 'You feel the cool darkness slowly razveevaetsya and you open your eyes. Before you face the Cat.'
  99. '"Well, 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.'
  100. '"What happened to me, " you ask.'
  101. '"What, what, sunstroke, that´s what." meets Katya.'
  102. '"And now comes to life and went to me, today I´ll stay, " she continued.'
  103. '"I feel better, I am going home, " you tried to argue.'
  104. '"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 "'
  105. 'After this tirade mind you do not become'
  106. act 'Go with Kate.':gt 'kathouse0'
  107. end
  108. --- Katlake ---------------------------------