1
0

pushkin_sq.qsrc 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. # pushkin_sq
  2. !!2021/05/14
  3. *clr & cla
  4. gs 'shortgs', 'setloc', 'pushkin_sq', $ARGS[0]
  5. $region = 'pushkin'
  6. $location_type = 'public_outdoors'
  7. menu_off = 0
  8. gs'stat'
  9. '<center><B>Okhlopkov Square</B></center>'
  10. '<center><img <<$set_imgh>> src="images/locations/pushkin/liames.jpg" ></center>'
  11. 'Okhlopkov Square serves as the main intersection of several smaller streets.'
  12. 'There are many small cafes and shops also a flourishing nightlife and entertainment activities.'
  13. 'Another street runs straight back to the <a href="exec:minut += 5 & gt ''pushkin''">Pushkin Town Center</a>.'
  14. 'Okhlopkov Square itself leads to the <a href="exec:minut += 5 & gt ''parks'',''start''">Pushkin Park</a>.'
  15. if hour >= 8 and hour <= 20:
  16. 'A small <a href="exec:gt ''larek'',''start''">grocery store</a> is currently open.'
  17. else
  18. 'There is a small whole foods store that is open from 8:00 - 20:00 everyday. It is currently closed.'
  19. end
  20. if hour >= 10 and hour <= 22:
  21. 'A quaint little restaurant has put a sign outside of its door, reading, "<a href="exec:gt ''pushkin_cafe'',''start''">Liamel Cafe</a>."'
  22. else
  23. 'Liamel Cafe is current closed, it is open every day 10:00 - 22:00'
  24. end
  25. if week < 7 and hour >= 9 and hour <= 17:
  26. '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.'
  27. 'Clothing for younger women is catered for in <a href="exec:gt ''shop_flamingos'',''start''">Flamingos</a>.'
  28. 'Catering for the burlesque club here there is the <a href="exec:gt ''shop_fancy_pancy'',''start''">Fancy Pancy</a> boutique clothing store.'
  29. else
  30. 'Tsar Bomba, Flamingos and Fansy Pansy are all current closed, they are open open Mon - Sat day 9:00 - 18:00'
  31. end
  32. if exhibitionQW > 3:
  33. if week < 7 and hour >= 8 and hour <= 17:
  34. '<a href="exec:gt ''exhibitionistshop'',''start''">Simply Salacious</a> is just down a small side street from here.'
  35. else
  36. '<b>Simply Salacious,</b> is open Mon - Sat, 8:00 - 18:00'
  37. end
  38. end
  39. if hour >= 12 or hour < 2:
  40. if pcs_inhib > 30:
  41. 'Club <a href="exec:gt ''Rasputin_entrance''">Rasputin</a> provides both burlesque and exotic variety shows every evening except on Mondays.'
  42. 'The new members of the Pushkin Burlesque Troupe also perform there to hone their skills.'
  43. else
  44. 'There is a burlesque club in an old theatre here. Such perversion is unhealthy and you cannot bring yourself to go there.'
  45. end
  46. else
  47. 'The old theatre that houses a burlesque club is closed now. It is open every day 18:00 - 23:00'
  48. end
  49. if mother['kickedout_timer'] ! 0 and mother['kickedout_timer'] + 3 <= daystart and hour > 6 and hour <= 15:
  50. gs 'mother_chats', 'reconciliation_talk'
  51. exit
  52. end
  53. if func('homes_properties', 'is_property_of_status', 'rented', 'old_town_apartment'): act '<b>Go home</b>':gt'korr2x'
  54. act 'Walk to the Town Center (0:05)':minut += 5 & gt 'pushkin'
  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['current'] = 'old_town_apartment':
  58. if vladimirday = daystart and vladimirQW = 30 and hour >= 16 and week = 6:'<a href="exec:gt ''qwmeet'',''2''">There''s an Audi parked in front of your apartment, and standing beside it, you notice Vladimir</a>.'
  59. if vladimirday = daystart and vladimirQW = 40 and hour >= 16 and week = 6:'<a href="exec:gt ''qwmeet'',''3''">There''s an Audi parked in front of your apartment, and standing beside it, you notice Vladimir</a>.'
  60. if hour = meethour[0]:
  61. if svidanie[0] = 1:'<b><a href="exec:lover_number = 0 & gt ''lover_meet'', ''start''"><<$loverdesc[0]>></a> is waiting at the entrance to your apartment building.</b>'
  62. end
  63. if hour = meethour[1]:
  64. if svidanie[1] = 1:'<b><a href="exec:lover_number = 1 & gt ''lover_meet'', ''start''"><<$loverdesc[1]>></a> is waiting at the entrance to your apartment building.</b>'
  65. end
  66. if hour = meethour[2]:
  67. if svidanie[2] = 1:'<b><a href="exec:lover_number = 2 & gt ''lover_meet'', ''start''"><<$loverdesc[2]>></a> is waiting at the entrance to your apartment building.</b>'
  68. end
  69. end
  70. if rand(0,50) = 50 and fame['event_day'] ! daystart and hour > 8 and hour < 21:
  71. gs 'fame_events', 'select', 'pushkin'
  72. end
  73. if rand(0,100) >= 60 and pcs_lover < 3 and rand(0,1200) <= pcs_apprnc:
  74. gs 'boy'
  75. 'You are approached by <<$boybody_pref>>, <<$boybod>> guy with <<$boyface>> hair. He is <<$boyClo>>'
  76. 'The guy introduced himself as <<$boydesc>> and asks you for your telephone number.'
  77. act 'Walk away': gt 'pushkin_sq'
  78. act 'Tell him your telephone number.':
  79. cla
  80. gs'boyfrend', 'start'
  81. stopboy = 0
  82. '<<$boydesc>> saved your phone number and left.'
  83. act 'Continue': gt 'pushkin_sq'
  84. end
  85. end
  86. if rand(1,100) >= 95:
  87. *clr & cla
  88. minut += 5
  89. gs'stat'
  90. '<center><img <<$set_imgh>> src="images/locations/pushkin/liamhud1.jpg"></center>'
  91. 'Making your way down Okhlopkov Square, you see a woman waiting patiently while an artist paints her portrait.'
  92. act 'Continue': gt'pushkin_sq'
  93. end
  94. gs 'music_actions', 'music_icon'
  95. if hour >= 15 and hour <= 22 and tusa = 0:
  96. act 'Go to the local hangout':
  97. *clr & cla
  98. menu_off = 1
  99. minut += 20
  100. tusa = 1
  101. gs 'dibodi'
  102. gs'stat'
  103. '<center><img <<$set_imgh>> src="images/locations/pushkin/photo.jpg"></center>'
  104. 'Local youth get-together.'
  105. act 'Explore it': gt 'dibodi', 'sgtusa'
  106. end
  107. elseif hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
  108. act 'Go to the local hangout':
  109. *clr & cla
  110. menu_off = 1
  111. minut += 20
  112. gs'dibodi'
  113. gs'stat'
  114. '<center><img <<$set_imgh>> src="images/locations/pushkin/photo.jpg"></center>'
  115. 'The girls and boys at the local hangout happily greet you.'
  116. act'Leave': gt 'pushkin_sq'
  117. if $pantyworntype = 'none' and sttan = 0:
  118. cla
  119. '"Hey guys, <<$pcs_nickname>> is going commando," one of the boys says.'
  120. act 'Continue':gt 'dibodi', 'sotusa'
  121. end
  122. !! if sttan = 1 and $pantyworntype = 'none':
  123. !! '- <<$pcs_nickname>>, and again without panties, - said one of the boys - Pussy pokezh?'
  124. !! '- And yet to show? - you said - How do I want and go.'
  125. !! act 'Further':gt'etoexhib','pos2'
  126. !! end
  127. !! if sttan = 1 and $pantyworntype ! 'none':
  128. !! '- Vav <<$pcs_nickname>> truselya put.'
  129. !! act 'Answer':gt'etoexhib','pos3'
  130. !! end
  131. end
  132. end
  133. if stallionQ = 3:
  134. *clr & cla
  135. '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."'
  136. gs 'willpower', 'misc', 'resist', 'easy'
  137. if will_cost <= pcs_willpwr:
  138. act 'Hold it (<<will_cost>> Willpower)':
  139. gs 'willpower', 'pay', 'resist'
  140. stallionQ = 1
  141. gt 'pushkin_sq'
  142. end
  143. else
  144. 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>'
  145. end
  146. act 'Use the Men''s Restroom': gt 'stallion','start'
  147. end
  148. --- pushkin_sq ---------------------------------