liames.qsrc 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. # liames
  2. $metka = ''
  3. $loc = 'liames'
  4. $location_type = 'public_outdoors'
  5. $menu_loc = 'liames'
  6. $menu_arg = ''
  7. menu_off = 0
  8. CLOSE ALL
  9. clr
  10. gs'stat'
  11. set palMir=0
  12. set bordysh=0
  13. set housrA=0
  14. set palMir=0
  15. set obdysh=0
  16. set tanhouse1=0
  17. set obMir=0
  18. set obLoker=0
  19. set houseob=0
  20. set borMir=0
  21. set borLoker=0
  22. set minut+=10
  23. '<center><B>High Street</B></center>'
  24. '<center><img <<$set_imgh>> src="images/locations/oldtown/liames.jpg" ></center>'
  25. 'High Street is a square serving as the joining point of several smaller streets. There are many small cafes and shops.'
  26. 'Another street runs straight to the <a href="exec:gt ''liam'',''start''">Town Center</a>.'
  27. 'High Street itself leads to the Old Town <a href="exec:gt ''parks'',''start''">Park</a>.'
  28. if hour >= 8 and hour <= 20:
  29. 'A small <a href="exec:gt ''larek'',''start''">grocery store</a> is currently open.'
  30. else
  31. 'There is a small whole foods store that is open from 8:00 - 20:00 everyday. It is currently closed.'
  32. end
  33. if hour >= 10 and hour <= 22:
  34. 'A quaint little restaurant has put a sign outside of its door, reading, "<a href="exec:gt ''liamelkafe'',''start''">Liamel Cafe</a>."'
  35. else
  36. 'Liamel Cafe is current closed, it is open every day 10:00 - 22:00'
  37. end
  38. if exhibitionQW > 3:
  39. if week < 7 and hour >= 8 and hour <= 18:
  40. '<a href="exec:gt ''exhibitionistshop'',''start''">Expression of You</a> is just down a small side street from here.'
  41. else
  42. '<b>Expression of You,</b> is open Mon - Sat, 8:00 - 18:00'
  43. end
  44. end
  45. if hour >= 18 and hour <= 22:
  46. if pcs_inhib > 30:
  47. 'There is a <a href="exec:gt ''burlesque'',''start''">burlesque club</a> with shows running until 22:00, that was once an old theatre.'
  48. else
  49. 'There is a burlesque club in an old theatre here. It makes you self-conscious about your looks and you cannot bring yourself to go there.'
  50. end
  51. else
  52. 'The old theatre housing a burlesque club is closed now. It is open every day 18:00 - 22:00'
  53. end
  54. if home_owned[4] = 1: act '<b>Go home.</b>':gt'korr2x'
  55. if hour >= 8 and hour <= 17 and exhibitionQW = 3: act 'Search for the shop on the card from Kseniya.': gt 'exhibitionistshop', 'start'
  56. act 'wait':gs 'obj_din', 'wait'
  57. if home_owned[4] = 1 and hour = meethour:
  58. if svidanie[0] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 0 & gt ''lover_meet'',''start''"><<$loverdesc[0]>></a></b>'
  59. if svidanie[1] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 1 & gt ''lover_meet'',''start''"><<$loverdesc[1]>></a></b>'
  60. if svidanie[2] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 2 & gt ''lover_meet'',''start''"><<$loverdesc[2]>></a></b>'
  61. end
  62. streetrand = RAND(0,100)
  63. if streetrand >= 60 and pcs_lover < 3:
  64. vnerand = RAND(0,1200)
  65. if vnerand <= pcs_apprnc:
  66. gs'boy'
  67. 'To you came <<$boybody>> <<$boybod>> <<$boyface>>. It <<$boyClo>>'
  68. 'The guy introduced himself as <<$boydesc>> and I asked for your telephone number.'
  69. act 'Tell him your telephone number.':
  70. cla
  71. gs'boyfrend', 'start'
  72. stopboy = 0
  73. '<<$boydesc>> saved your phone number and left.'
  74. act 'Complete outing.':gt 'liames'
  75. end
  76. end
  77. end
  78. if stallionQ = 3:
  79. *clr
  80. cla
  81. 'There is a rumbling in your stomach, you need to use the restroom. There appears to be a public restroom tucked into the corner of a building. Unfortunately, the female one has a sign reading, "Out of order."'
  82. act 'Use the Men''s Restroom':gt 'stallion','start'
  83. act 'Hold it':stallionQ = 1 & gt 'liames'
  84. end
  85. temp = RAND(1,100)
  86. if temp >= 90:
  87. *clr & cla
  88. minut += 5
  89. gs'stat'
  90. '<center><img <<$set_imgh>> src="images/locations/oldtown/liamhud1.jpg"></center>'
  91. 'Making your way down High Street, you see a woman waiting patiently while an artist paints her portrait.'
  92. act 'Further':gt'liames'
  93. end
  94. if hour >= 15 and hour <= 22 and tusa = 0:
  95. act'Local Hangout':
  96. *clr & cla
  97. gs'stat'
  98. gs'dibodi'
  99. minut += 20
  100. tusa = 1
  101. '<center><img <<$set_imgh>> src="images/locations/oldtown/photo.jpg"></center>'
  102. 'Local youth get-together.'
  103. act 'Discovering':gt 'dibodi', 'sgtusa'
  104. end
  105. end
  106. if hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
  107. act'Local Hangout':
  108. *clr & cla
  109. gs'stat'
  110. gs'dibodi'
  111. minut += 20
  112. '<center><img <<$set_imgh>> src="images/locations/oldtown/photo.jpg"></center>'
  113. 'The girls and boys at the local hangout happily greet you.'
  114. if $pantyworntype = 'none' and sttan = 0:
  115. '- A <<$pcs_nickname>> campaign wears panties - said one of the boys.'
  116. act 'And she trusted you with this?':gt 'dibodi', 'sotusa'
  117. end
  118. !! if sttan = 1 and $pantyworntype = 'none':
  119. !! '- <<$pcs_nickname>>, and again without panties, - said one of the boys - Pussy pokezh?'
  120. !! '- And yet to show? - you said - How do I want and go.'
  121. !! act 'Further':gt'etoexhib','pos2'
  122. !! end
  123. !! if sttan = 1 and $pantyworntype ! 'none':
  124. !! '- Vav <<$pcs_nickname>> truselya put.'
  125. !! act 'Answer':gt'etoexhib','pos3'
  126. !! end
  127. act'Escape':gt 'liames'
  128. end
  129. end
  130. --- liames ---------------------------------