koncepod1.qsrc 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. # koncepod1
  2. !!2021/04/15
  3. if $ARGS[0]='start':
  4. menu_off = 1
  5. end
  6. if $ARGS[0]='prs':
  7. cls
  8. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/koncepod.jpg" ></center>'
  9. '"Go away please and don''t annoy me."'
  10. act 'Leave':gt'dvor'
  11. end
  12. if $ARGS[0]='krr2x1':
  13. cla
  14. *clr
  15. minut += 5
  16. gs'stat'
  17. '<center><B><font color=maroon>Stairs</font></B></center>'
  18. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/koncepod3.jpg" ></center>'
  19. if psiho = 0:
  20. 'You stop at the door and immediately open it. You have the eerie feeling of the presence of the old man, causing a chill to run down your spine.'
  21. 'You look at your hand and try to focus on it so that you can rid yourself of the feeling.'
  22. 'Your heart pounds, like the beating wings of a bird in a snare. Looking at the usual architecture, the flight of stairs, and the general atmosphere of the old building helps. You begin to calm down.'
  23. act 'Quickly go inside':gt'koncepod1','krr2x'
  24. end
  25. act 'Outside':pavserhom = 3 & psiha = 1 & gt'dvor'
  26. end
  27. if $ARGS[0]='krr2x':
  28. cla
  29. *clr
  30. killvar '$locclass'
  31. minut += 5
  32. pavserpsiday = daystart
  33. gs 'stat'
  34. '<center><B><font color=maroon>Corridor</font></B></center>'
  35. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/corridor.jpg" ></center>'
  36. if psiho = 0 and psi1day = 0:dynamic $pavser2
  37. if psiho = 3 and psi1day = 0:dynamic $pavser7
  38. if psi1day = 1:'Continue'
  39. act 'Go to the living room':gt'koncepod1','str2x'
  40. act 'Go to the kitchen':gt'koncepod1','khr2x'
  41. act 'Go to the bathroom':gt'koncepod1','vnr2x'
  42. if psiho > 0:
  43. act '<b><font color = maroon>OUTSIDE</font></b>':
  44. cls
  45. if $clothingworntype ! 'nude':
  46. xgt'dvor'
  47. elseif $clothingworntype = 'nude':
  48. '<b><font color = red>You need to get dressed.</font></b>'
  49. xgt $curloc
  50. end
  51. end
  52. end
  53. end
  54. if $ARGS[0]='str2x':
  55. cla
  56. *clr
  57. minut += 5
  58. $locclass = 'livingr'
  59. gs'stat'
  60. '<center><B><font color=maroon>Living Room</font></B></center>'
  61. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/hall.jpg" ></center>'
  62. if psiho = 0 and psi1day = 0:dynamic $pavser
  63. if psiho >= 1:
  64. act 'Go to the kitchen':gt'koncepod1','khr2x'
  65. act 'Go to the bedroom':gt'koncepod1','bdr2x'
  66. act 'Go to the hall':gt'koncepod1','krr2x'
  67. end
  68. end
  69. if $ARGS[0]='khr2x':
  70. cla
  71. *clr
  72. minut += 5
  73. $locclass = 'kitr'
  74. gs'stat'
  75. '<center><B><font color=maroon>Kitchen</font></B></center>'
  76. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/kitchen.jpg" ></center>'
  77. if psiho = 2 and psihb = 0 and psihc = 0 and psi1day = 0:dynamic $pavser5
  78. if psiho = 2 and psihb = 1 and psihc = 1 and psi1day = 0:dynamic $pavser6
  79. act 'Go to the living room':gt'koncepod1','str2x'
  80. act 'Go to the hall':gt'koncepod1','krr2x'
  81. end
  82. if $ARGS[0] = 'vnr2x':
  83. $locM_arg = 'vnr2x'
  84. $locM = 'koncepod1'
  85. $loc_arg = 'vnr2x'
  86. $loc = 'koncepod1'
  87. cls
  88. minut += 5
  89. gs'stat'
  90. '<center><B><font color=maroon>Bathroom</font></B></center>'
  91. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/bathroom.jpg" ></center>'
  92. 'Above the washbasin hangs an <a href="exec:gt ''mirror'',''start''">oval mirror</a>.'
  93. if psiho = 2 and psihb = 1 and psihc = 0 and psi1day = 0:dynamic $pavser4
  94. act 'Go to the hall':gt'koncepod1','krr2x'
  95. dynamic $tampon
  96. dynamic $quickwash
  97. dynamic $basin
  98. dynamic $publicpan
  99. end
  100. if $ARGS[0]='bdr2x':
  101. cla
  102. *clr
  103. minut += 5
  104. $location_type = 'private'
  105. $locclass = 'bedr'
  106. gs'stat'
  107. '<center><B><font color=maroon>Bedroom</font></B></center>'
  108. '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/bedroom.jpg" ></center>'
  109. if psiho = 1 and psi1day = 0:dynamic $pavser3
  110. act 'Go to the hall':gt'koncepod1','krr2x'
  111. end
  112. --- koncepod1 ---------------------------------