liames.qsrc 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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 <<$set_imgh>> 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 its door.'
  27. if hour >= 8 and hour <= 17 and exhibitionQW > 3:'The <a href="exec:GT ''exhibitionistshop'',''start''">exhibitionist shop</a> is just down a small side street from here.'
  28. if home_owned[4] = 1:
  29. act '<b>Go home</b>':gt'korr2x'
  30. end
  31. if hour >= 8 and hour <= 17 and exhibitionQW = 3:
  32. act 'Search for the shop on the card from Kseniya': gt 'exhibitionistshop', 'start'
  33. end
  34. act 'wait':gs 'obj_din', 'wait'
  35. if home_owned[4] = 1 and hour = meethour:
  36. if svidanie[0] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 0 & GT ''lover_meet'',''start''"><<$loverdesc[0]>></a></b>'
  37. if svidanie[1] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 1 & GT ''lover_meet'',''start''"><<$loverdesc[1]>></a></b>'
  38. if svidanie[2] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 2 & GT ''lover_meet'',''start''"><<$loverdesc[2]>></a></b>'
  39. end
  40. streetrand = RAND(0,100)
  41. if streetrand >= 60 and pcs_lover < 3:
  42. vnerand = RAND(0,1200)
  43. if vnerand <= pcs_apprnc:
  44. gs'boy'
  45. 'To you came <<$boybody>> <<$boybod>> <<$boyface>>. It <<$boyClo>>'
  46. 'The guy introduced himself as <<$boydesc>> and I asked for your telephone number.'
  47. act 'Tell him your telephone number':
  48. cla
  49. gs'boyfrend', 'start'
  50. stopboy = 0
  51. '<<$boydesc>> record your phone and left.'
  52. act 'Complete outing':gt 'liames'
  53. end
  54. end
  55. end
  56. if stallionQ = 3:
  57. *clr
  58. cla
  59. '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.'
  60. act 'Use the Men''s Restroom':GT 'stallion','start'
  61. act 'Hold it':stallionQ = 1 & gt 'liames'
  62. end
  63. temp = RAND(1,100)
  64. if temp >= 90:
  65. cls
  66. minut += 5
  67. gs'stat'
  68. '<center><img <<$set_imgh>> src="images/locations/oldtown/liamhud1.jpg"></center>'
  69. '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'
  70. act 'Further':gt'liames'
  71. end
  72. if hour >= 15 and hour <= 22 and tusa = 0:
  73. act'Local Hangout':
  74. cls
  75. gs'stat'
  76. gs'dibodi'
  77. minut += 20
  78. tusa = 1
  79. '<center><img <<$set_imgh>> src="images/locations/oldtown/photo.jpg"></center>'
  80. 'Local youth get-together.'
  81. act 'Discovering':gt 'dibodi', 'sgtusa'
  82. end
  83. end
  84. if hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
  85. act'Local Hangout':
  86. cls
  87. gs'stat'
  88. gs'dibodi'
  89. minut += 20
  90. '<center><img <<$set_imgh>> src="images/locations/oldtown/photo.jpg"></center>'
  91. 'You came to talking to girls and boys and greeted you.'
  92. 'In response you too greeted them.'
  93. if $pantyworntype = 'none' and sttan = 0:
  94. '- A <<$pcs_nickname>> campaign wears panties - said one of the boys.'
  95. act 'And she trusted you with this?':gt 'dibodi', 'sotusa'
  96. end
  97. !! if sttan = 1 and $pantyworntype = 'none':
  98. !! '- <<$pcs_nickname>>, and again without panties, - said one of the boys - Pussy pokezh?'
  99. !! '- And yet to show? - you said - How do I want and go.'
  100. !! act 'Further':gt'etoexhib','pos2'
  101. !! end
  102. !! if sttan = 1 and $pantyworntype ! 'none':
  103. !! '- Vav <<$pcs_nickname>> truselya put.'
  104. !! act 'Answer':gt'etoexhib','pos3'
  105. !! end
  106. act'Escape':gt 'liames'
  107. end
  108. end
  109. --- liames ---------------------------------