koncepod1.qsrc 3.8 KB

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