123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- # koncepod1
- !!2021/04/15
- if $ARGS[0]='start':
- menu_off = 1
- end
- if $ARGS[0]='prs':
- cls
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/koncepod.jpg" ></center>'
- '"Go away please and don''t annoy me."'
- act 'Leave':gt'dvor'
- end
- if $ARGS[0]='krr2x1':
- cla
- *clr
- minut += 5
- gs'stat'
- '<center><B><font color=maroon>Stairs</font></B></center>'
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/koncepod3.jpg" ></center>'
- if psiho = 0:
- '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.'
- 'You look at your hand and try to focus on it so that you can rid yourself of the feeling.'
- '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.'
- act 'Quickly go inside':gt'koncepod1','krr2x'
- end
- act 'Outside':pavserhom = 3 & psiha = 1 & gt'dvor'
- end
- if $ARGS[0]='krr2x':
- cla
- *clr
- killvar '$locclass'
- minut += 5
- pavserpsiday = daystart
- gs 'stat'
- '<center><B><font color=maroon>Corridor</font></B></center>'
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/corridor.jpg" ></center>'
- if psiho = 0 and psi1day = 0:dynamic $pavser2
- if psiho = 3 and psi1day = 0:dynamic $pavser7
- if psi1day = 1:'Continue'
- act 'Go to the living room':gt'koncepod1','str2x'
- act 'Go to the kitchen':gt'koncepod1','khr2x'
- act 'Go to the bathroom':gt'koncepod1','vnr2x'
-
- if psiho > 0:
- act '<b><font color = maroon>OUTSIDE</font></b>':
- cls
- if $clothingworntype ! 'nude':
- xgt'dvor'
- elseif $clothingworntype = 'nude':
- '<b><font color = red>You need to get dressed.</font></b>'
- xgt $curloc
- end
- end
- end
- end
- if $ARGS[0]='str2x':
- cla
- *clr
- minut += 5
- $locclass = 'livingr'
- gs'stat'
- '<center><B><font color=maroon>Living Room</font></B></center>'
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/hall.jpg" ></center>'
- if psiho = 0 and psi1day = 0:dynamic $pavser
-
- if psiho >= 1:
- act 'Go to the kitchen':gt'koncepod1','khr2x'
- act 'Go to the bedroom':gt'koncepod1','bdr2x'
- act 'Go to the hall':gt'koncepod1','krr2x'
- end
- end
- if $ARGS[0]='khr2x':
- cla
- *clr
- minut += 5
- $locclass = 'kitr'
- gs'stat'
- '<center><B><font color=maroon>Kitchen</font></B></center>'
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/kitchen.jpg" ></center>'
- if psiho = 2 and psihb = 0 and psihc = 0 and psi1day = 0:dynamic $pavser5
- if psiho = 2 and psihb = 1 and psihc = 1 and psi1day = 0:dynamic $pavser6
- act 'Go to the living room':gt'koncepod1','str2x'
- act 'Go to the hall':gt'koncepod1','krr2x'
- end
- if $ARGS[0] = 'vnr2x':
- $locM_arg = 'vnr2x'
- $locM = 'koncepod1'
- $loc_arg = 'vnr2x'
- $loc = 'koncepod1'
- cls
- minut += 5
- gs'stat'
- '<center><B><font color=maroon>Bathroom</font></B></center>'
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/bathroom.jpg" ></center>'
- 'Above the washbasin hangs an <a href="exec:gt ''mirror'',''start''">oval mirror</a>.'
- if psiho = 2 and psihb = 1 and psihc = 0 and psi1day = 0:dynamic $pavser4
- act 'Go to the hall':gt'koncepod1','krr2x'
-
- dynamic $tampon
- dynamic $quickwash
- dynamic $basin
- dynamic $publicpan
- end
- if $ARGS[0]='bdr2x':
- cla
- *clr
- minut += 5
- $location_type = 'private'
- $locclass = 'bedr'
- gs'stat'
- '<center><B><font color=maroon>Bedroom</font></B></center>'
- '<center><img <<$set_imgh>> src="images/locations/pushkin/vacanthouse/bedroom.jpg" ></center>'
- if psiho = 1 and psi1day = 0:dynamic $pavser3
- act 'Go to the hall':gt'koncepod1','krr2x'
- end
- --- koncepod1 ---------------------------------
|