liames.qsrc 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. # liames
  2. !!2021/04/15
  3. $loc_arg = ''
  4. $loc = 'liames'
  5. $location_type = 'public_outdoors'
  6. $menu_loc = 'liames'
  7. $menu_arg = ''
  8. menu_off = 0
  9. *clr & cla
  10. gs'stat'
  11. set bordysh=0
  12. set housrA=0
  13. set palMir=0
  14. set obdysh=0
  15. set tanhouse1=0
  16. set obMir=0
  17. set obLoker=0
  18. set houseob=0
  19. set borMir=0
  20. set borLoker=0
  21. '<center><B>High Street</B></center>'
  22. '<center><img <<$set_imgh>> src="images/locations/pushkin/liames.jpg" ></center>'
  23. 'High Street is a square serving as the joining point of several smaller streets. There are many small cafes and shops.'
  24. 'Another street runs straight to the <a href="exec:minut += 5 & gt ''liam''">Town Center</a>.'
  25. 'High Street itself leads to the Old Town <a href="exec:minut += 5 & gt ''parks'',''start''">Park</a>.'
  26. if hour >= 8 and hour <= 20:
  27. 'A small <a href="exec:gt ''larek'',''start''">grocery store</a> is currently open.'
  28. else
  29. 'There is a small whole foods store that is open from 8:00 - 20:00 everyday. It is currently closed.'
  30. end
  31. if hour >= 10 and hour <= 22:
  32. 'A quaint little restaurant has put a sign outside of its door, reading, "<a href="exec:gt ''liamelkafe'',''start''">Liamel Cafe</a>."'
  33. else
  34. 'Liamel Cafe is current closed, it is open every day 10:00 - 22:00'
  35. end
  36. if week < 7 and hour >= 9 and hour <= 17:
  37. 'The long standing alternative clothing shop <a href="exec:gt ''shop_tsar_bomba'',''start''">Tsar Bomba</a> is unmistakable amongst the tourist shops on the main square.'
  38. 'Clothing for younger women is catered for in <a href="exec:gt ''shop_flamingos'',''start''">Flamingos</a>.'
  39. 'Catering for the burlesque club here there is the <a href="exec:gt ''shop_fancy_pancy'',''start''">Fancy Pancy</a> boutique clothing store.'
  40. else
  41. 'Tsar Bomba, Flamingos and Fansy Pansy are all current closed, they are open open Mon - Sat day 9:00 - 18:00'
  42. end
  43. if exhibitionQW > 3:
  44. if week < 7 and hour >= 8 and hour <= 17:
  45. '<a href="exec:gt ''exhibitionistshop'',''start''">Expression of You</a> is just down a small side street from here.'
  46. else
  47. '<b>Expression of You,</b> is open Mon - Sat, 8:00 - 18:00'
  48. end
  49. end
  50. if hour >= 18 and hour <= 22:
  51. if pcs_inhib > 30:
  52. 'There is a <a href="exec:gt ''burlesque'',''start''">burlesque club</a> with shows running until 23:00, that was once an old theatre.'
  53. else
  54. 'There is a burlesque club in an old theatre here. Such perversion is unhealthy and you cannot bring yourself to go there.'
  55. end
  56. else
  57. 'The old theatre housing a burlesque club is closed now. It is open every day 18:00 - 23:00'
  58. end
  59. if home_owned[4] = 1: act '<b>Go home</b>':gt'korr2x'
  60. act 'Walk to the Town Center (0:05)':minut += 5 & gt 'liam'
  61. if hour >= 8 and hour <= 17 and exhibitionQW = 3: act 'Search for the shop on the card from Kseniya': gt 'exhibitionistshop', 'start'
  62. act 'wait':gs 'obj_din', 'wait'
  63. if home_owned[4] = 1 and hour = meethour:
  64. if svidanie[0] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 0 & gt ''lover_meet'',''start''"><<$loverdesc[0]>></a></b>'
  65. if svidanie[1] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 1 & gt ''lover_meet'',''start''"><<$loverdesc[1]>></a></b>'
  66. if svidanie[2] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 2 & gt ''lover_meet'',''start''"><<$loverdesc[2]>></a></b>'
  67. end
  68. if rand(0,100) >= 60 and pcs_lover < 3 and rand(0,1200) <= pcs_apprnc:
  69. gs 'boy'
  70. 'To you came <<$boybody>> <<$boybod>> <<$boyface>>. It <<$boyClo>>'
  71. 'The guy introduced himself as <<$boydesc>> and asks you for your telephone number.'
  72. act 'Walk away': gt 'liames'
  73. act 'Tell him your telephone number.':
  74. cla
  75. gs'boyfrend', 'start'
  76. stopboy = 0
  77. '<<$boydesc>> saved your phone number and left.'
  78. act 'Continue': gt 'liames'
  79. end
  80. end
  81. if rand(1,100) >= 95:
  82. *clr & cla
  83. minut += 5
  84. gs'stat'
  85. '<center><img <<$set_imgh>> src="images/locations/pushkin/liamhud1.jpg"></center>'
  86. 'Making your way down High Street, you see a woman waiting patiently while an artist paints her portrait.'
  87. act 'Continue': gt'liames'
  88. end
  89. if hour >= 8 and hour <= 20 and sunWeather = 1 and temper >= 15 and ml_guitar['carried'] = 1 and ml_performance['performed_minutes'] < ml_performance['max_perform_minutes'] and ml_performance['max_perform_minutes'] >= 15:
  90. *nl
  91. 'With the weather being pleasant and sunny, there are groups of people moving around the streets. You could play some music, practice performing songs and maybe make some money too.'
  92. ml_buskingtime = min((ml_performance['max_perform_minutes']-ml_performance['performed_minutes']), 60)
  93. if pcs_inhib < 30:
  94. if pcs_inhib < 10:
  95. $diff = 'hard'
  96. elseif pcs_inhib < 20:
  97. $diff = 'medium'
  98. else
  99. $diff = 'easy'
  100. end
  101. gs 'willpower', 'skill', 'self', $diff
  102. will_cost = (will_cost * 3) - (pcs_perform)
  103. if will_cost <= pcs_willpwr:
  104. act 'Start busking (<<ml_buskingtime>> minutes) (<<will_cost>> Willpower)':
  105. inhib_exp += rand(1,3)
  106. gs 'willpower', 'pay', 'self'
  107. gs 'stat'
  108. gs 'music_buskingevents', 'busking', 'oldtown'
  109. end
  110. else
  111. act 'Start busking (<<ml_buskingtime>> minutes) (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  112. end
  113. else
  114. act 'Start busking (<<ml_buskingtime>> minutes)': gs 'music_buskingevents', 'busking', 'oldtown'
  115. end
  116. end
  117. if hour >= 15 and hour <= 22 and tusa = 0:
  118. act 'Go to the local hangout':
  119. *clr & cla
  120. menu_off = 1
  121. minut += 20
  122. tusa = 1
  123. gs 'dibodi'
  124. gs'stat'
  125. '<center><img <<$set_imgh>> src="images/locations/pushkin/photo.jpg"></center>'
  126. 'Local youth get-together.'
  127. act 'Explore it': gt 'dibodi', 'sgtusa'
  128. end
  129. elseif hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
  130. act 'Go to the local hangout':
  131. *clr & cla
  132. menu_off = 1
  133. minut += 20
  134. gs'dibodi'
  135. gs'stat'
  136. '<center><img <<$set_imgh>> src="images/locations/pushkin/photo.jpg"></center>'
  137. 'The girls and boys at the local hangout happily greet you.'
  138. act'Leave': gt 'liames'
  139. if $pantyworntype = 'none' and sttan = 0:
  140. cla
  141. '"Hey guys, <<$pcs_nickname>> is going commando," one of the boys says.'
  142. act 'Continue':gt 'dibodi', 'sotusa'
  143. end
  144. !! if sttan = 1 and $pantyworntype = 'none':
  145. !! '- <<$pcs_nickname>>, and again without panties, - said one of the boys - Pussy pokezh?'
  146. !! '- And yet to show? - you said - How do I want and go.'
  147. !! act 'Further':gt'etoexhib','pos2'
  148. !! end
  149. !! if sttan = 1 and $pantyworntype ! 'none':
  150. !! '- Vav <<$pcs_nickname>> truselya put.'
  151. !! act 'Answer':gt'etoexhib','pos3'
  152. !! end
  153. end
  154. end
  155. if stallionQ = 3:
  156. *clr & cla
  157. '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."'
  158. gs 'willpower', 'misc', 'resist', 'easy'
  159. if will_cost <= pcs_willpwr:
  160. act 'Hold it (<<will_cost>> Willpower)':
  161. gs 'willpower', 'pay', 'resist'
  162. stallionQ = 1
  163. gt 'liames'
  164. end
  165. else
  166. act 'Hold it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  167. end
  168. act 'Use the Men''s Restroom': gt 'stallion','start'
  169. end
  170. --- liames ---------------------------------