liames 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. # liames
  2. $metka = ''
  3. $loc = 'liames'
  4. $location_type = 'public_outdoors'
  5. CLOSE ALL
  6. clr
  7. gs'stat'
  8. set palMir=0
  9. set bordysh=0
  10. set housrA=0
  11. set palMir=0
  12. set obdysh=0
  13. set tanhouse1=0
  14. set obMir=0
  15. set obLoker=0
  16. set houseob=0
  17. set borMir=0
  18. set borLoker=0
  19. set minut+=10
  20. '<center><B>High street</B></center>'
  21. '<center><img src="images/locations/oldtown/liames.jpg" ></center>'
  22. 'Not so much of a street, more of a connection of several streets including cafes and shops.'
  23. 'A street runs straight to the <a href="exec:GT ''liam'',''start''">Town center</a>.'
  24. 'Street leads to the Old Town <a href="exec:GT ''parks'',''start''">park</a>.'
  25. if hour >= 8 and hour <= 20:'A small <a href="exec:GT ''larek'',''start''">shop</a> is currently open.'
  26. if hour >= 10 and hour <= 22: 'A <a href="exec:GT ''liamelkafe'',''start''">tiny cafe</a> displays a street sign outside it''s door.'
  27. if hour >= 8 and hour <= 17 and exhibitQW > 4:'The <a href="exec:GT ''exhibitionistshop'',''start''">exhibitionist shop</a> is just down a small side street from here.'
  28. if housr = 2:
  29. act '<b>Go home</b>':gt'korr2x'
  30. end
  31. act 'Kill some time looking at the shops':
  32. cla
  33. waiting = input ("How many minutes do you wish to spend looking around the shops? (Not more 120 minutes)")
  34. if waiting <= 0 or waiting > 120:
  35. minut = minut + 15
  36. elseif waiting > 0 and waiting <= 120:
  37. minut = minut + waiting
  38. end
  39. act 'Consult a watch':gt curloc
  40. end
  41. if housr = 2 and hour = meethour:
  42. if svidanieA = 1:'<b>Near the entrance you expect <a href="exec:GT ''meet'',''start''"><<$boydescA>></a></b>'
  43. if svidanieB = 1:'<b>Near the entrance you expect <a href="exec:GT ''svidan'',''start''"><<$boydescB>></a></b>'
  44. if svidanieC = 1:'<b>Near the entrance you expect <a href="exec:GT ''svidan'',''start''"><<$boydescC>></a></b>'
  45. end
  46. streetrand = RAND(0,100)
  47. if streetrand >= 10 and bfa < 1:
  48. vnerand = RAND(0,1200)
  49. if vnerand <= pcs_apprnc:
  50. gs'boy'
  51. 'To you came <<$boybody>> <<$boybod>> <<$boyface>>. It <<$boyClo>>'
  52. 'The guy introduced himself as <<$boydesc>> and I asked for your telephone number.'
  53. act 'Tell him your telephone number':
  54. cla
  55. gs'boyfrend','start'
  56. stopboy = 0
  57. '<<$boydescA>> record your phone and left.'
  58. act 'Complete outing':gt 'liames'
  59. end
  60. end
  61. end
  62. if stallionQ = 3:
  63. *clr
  64. cla
  65. 'There is a rumbling in your stomach, you need to use the restroom. Luckily there appears to be a public restroom tucked into the corner of a building. Unluckily, the female one has a sign saying it is out of order.'
  66. act 'Use the Men''s Restroom':GT 'stallion','start'
  67. act 'Hold it':stallionQ = 1 & gt 'liames'
  68. end
  69. temp = RAND(1,100)
  70. if temp >= 90:
  71. cls
  72. minut += 5
  73. gs'stat'
  74. '<center><img src="images/locations/oldtown/liamhud1.jpg"></center>'
  75. 'You have seen both a sitting area-the artist, here the artist girl came and sat opposite him,and the artist began to paint it'
  76. act 'Further':gt'liames'
  77. end
  78. if hour >= 15 and hour <= 22 and tusa = 0:
  79. act'Local Hangout':
  80. cls
  81. gs'stat'
  82. gs'dibodi'
  83. minut += 20
  84. tusa = 0
  85. '<center><img src="images/locations/oldtown/photo.jpg"></center>'
  86. 'Local youth get-together.'
  87. act 'Discovering':gt 'dibodi', 'sgtusa'
  88. end
  89. end
  90. if hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
  91. act'Local Hangout':
  92. cls
  93. gs'stat'
  94. gs'dibodi'
  95. minut += 20
  96. '<center><img src="images/locations/oldtown/photo.jpg"></center>'
  97. 'You came to talking to girls and boys and greeted you.'
  98. 'In response you too greeted them.'
  99. if tanga = 0 and sttan = 0:
  100. '- A <<$pcs_nickname>> campaign wears panties - said one of the boys.'
  101. act 'And she trusted you with this?':gt 'dibodi', 'sotusa'
  102. end
  103. !! if sttan = 1 and tanga = 0:
  104. !! '- <<$pcs_nickname>>, and you again without panties, - said one of the boys - Pussy pokezh?'
  105. !! '- And yet to show? - you said - How do I want and go.'
  106. !! act 'Further':gt'etoexhib','pos2'
  107. !! end
  108. !! if sttan = 1 and tanga = 1:
  109. !! '- Vav <<$pcs_nickname>> truselya put.'
  110. !! act 'Answer':gt'etoexhib','pos3'
  111. !! end
  112. act'Escape':gt 'liames'
  113. end
  114. end
  115. --- liames ---------------------------------