123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434 |
- # kuhrPar
- <<<<<<< 159_kuhrPar
- ACT 'Leave the room':
- gt 'korrPar'
- =======
- ACT 'Exit the room':
- gt'korrPar'
- >>>>>>> 159_kuhrPar
- END
- $metkaM = $ARGS[0]
- $locM = $CURLOC
- $metka = $ARGS[0]
- $loc = $CURLOC
- <<<<<<< 159_kuhrPar
- '<center><B><font color = maroon>Kitchen</font></B></center>'
- '<center><img src="images\qwest\alter\<<$loc>>.jpg "></center>'
- clr
- set minut += 1
- gs 'stat'
- fcolor = rgb(0,0,0)
- bcolor = rgb(255,255,255)
- LCOLOR = rgb(106,90,205)
- 'The kitchen is next to the stove sink. Large refrigerator in the corner and kitchen table with chairs is against the wall.'
- gs 'family'
- =======
- '<center><B><font color=maroon>kitchen</font></B></center>'
- '<center><img src="qwest/alter/<<$loc>>.jpg" ></center>'
- clr
- set minut = minut + 1
- gs'stat'
- fcolor=rgb(0,0,0)
- bcolor=rgb(255,255,255)
- LCOLOR = rgb(106,90,205)
- 'In the kitchen next to the stove is washing. Large refrigerator in the corner and a kitchen table with chairs is located near the wall.'
- gs'family'
- >>>>>>> 159_kuhrPar
- <<<<<<< 159_kuhrPar
- act 'Yes':
- cla
- *clr
- gs 'stat'
- frost = 0
- '<center><img src="images\pics\food.jpg"></center>'
- set minut += 30
- set health += 10
- set manna += 20
- if energy >= 30:
- set fat += 5
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set fat += 3
- set energy += 10
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy += 20
- !set fat += 1
- 'You gladly ate cooked food.'
- end
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a mug of tea.'
- set water += 20
- end
- gs 'stat'
- act 'Get up from the table': gt $locM, $metkaM
- end
- act 'Have a snack':
- cla
- *clr
- gs 'stat'
- frost = 0
- '<center><img src="images\pics\food.jpg"></center>'
- set minut += 15
- set health += 10
- set manna += 20
- if energy >= 30:
- set fat += 3
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set fat += 1
- set energy += 5
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy += 10
- !set fat += 1
- 'You gladly ate cooked food.'
- end
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a mug of tea.'
- set water += 20
- end
- gs 'stat'
- act 'Get up from the table': gt $locM, $metkaM
- end
- act 'Drink':
- cls
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a mug of tea.'
- set water += 20
- end
- gs 'stat'
- act 'Get up from the table': gt $locM, $metkaM
- end
- if pranik > 0:
- 'Cookies will suffice for <<pranik>> time.'
- act 'Drink tea with cookies (0:15)':
- cla
- *clr
- minut += 15
- pranik -= 1
- set health += 30
- set manna += 100
- energy += 20
- water += 20
- fat += 50
- frost = 0
- gs 'stat'
- '<center><img src="images\pics\food.jpg"></center>'
- 'You drank tea with cookies, sweet and very bad for the figure, but so nice.'
- act 'Get up from the table': gt $curloc
- end
- =======
- act 'Is_There':
- cla
- *clr
- gs'stat'
- frost=0
- '<center><img src="pics/food.jpg" ></center>'
- set minut = minut + 30
- set health = health + 10
- set manna = manna + 20
- if energy >= 30:
- set fat = fat + 5
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set fat = fat + 3
- set energy = energy + 10
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy = energy +20
- !set fat = fat + 1
- 'You gladly ate cooked food.'
- end
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a cup of tea.'
- set water = water +20
- end
- gs'stat'
- act 'Get up from the table':gt $locM, $metkaM
- end
-
- act 'have_a_bite':
- cla
- *clr
- gs'stat'
- frost=0
- '<center><img src="pics/food.jpg" ></center>'
- set minut = minut + 15
- set health = health + 10
- set manna = manna + 20
- if energy >= 30:
- set fat = fat + 3
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set fat = fat + 1
- set energy = energy + 5
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy = energy +10
- !set fat = fat + 1
- 'You gladly ate cooked food.'
- end
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a cup of tea.'
- set water = water +20
- end
- gs'stat'
- act 'Get up from the table':gt $locM, $metkaM
- end
-
-
- act 'drink':
- cls
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a cup of tea.'
- set water = water +20
- end
- gs'stat'
- act 'Get up from the table':gt $locM, $metkaM
- end
-
-
- if pranik>0:
- 'Cookie will suffice for <<pranik>> time.'
- act 'Cup of tea with cookies (5 min)':
- cla
- *clr
- minut+=5
- pranik-=1
- set health = health + 30
- set manna = manna + 100
- energy += 20
- water += 20
- fat+=50
- frost=0
- gs'stat'
- '<center><img src="pics/food.jpg" ></center>'
- 'You drank tea with cookies, very sweet and bad for the figure, but so nice.'
- act 'Get up from the table':gt $curloc
- end
- >>>>>>> 159_kuhrPar
- end
- if edaD > 0:
- <<<<<<< 159_kuhrPar
- act 'Eat diet food (0:30)':
- cla
- *clr
- frost = 0
- '<center><img src="images\pics\food.jpg"></center>'
- set minut += 30
- set health += 10
- set manna += 20
- set edaD -= 1
- if energy >= 30:
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set energy += 10
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy += 20
- 'You gladly ate cooked food.'
- end
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a cup of tea.'
- set water += 20
- end
- act 'Get up from the table': gt $curloc
- end
- =======
- act 'There are diet food (30 min)':
- cla
- *clr
- frost=0
- '<center><img src="pics/food.jpg" ></center>'
- set minut = minut + 30
- set health = health + 10
- set manna = manna + 20
- set edaD = edaD - 1
- if energy >= 30:
- 'You can no longer have.'
- end
- if energy >= 20 and energy < 30:
- set energy = energy + 10
- 'You pushed through the power of a meal.'
- end
- if energy < 20:
- set energy = energy +20
- 'You gladly ate cooked food.'
- end
- if water >= 20:
- 'Tea in you no longer climbs.'
- end
- if water < 20:
- 'You gladly drank a cup of tea.'
- set water = water +20
- end
- act 'Get up from the table':gt $curloc
- end
- >>>>>>> 159_kuhrPar
- end
- if fatdel > 0:
- <<<<<<< 159_kuhrPar
- act 'consume fat burners':
- cla
- *clr
- set fatdel -= 1
- set fat -= 25
- if fat < 0: fat = 0
- 'You drank fat burning capsule. These capsules are gradually and results will be seen at once.'
- act 'Get up from the table': gt $curloc
- end
- =======
- act 'to use fat burners':
- cla
- *clr
- if fat>salo:fat=salo
- set fatdel = fatdel - 1
- set fat = fat - 25
- if fat<0:fat=0
- 'You drank fat burning capsule. These capsules are gradually and results will be seen at once.'
- act 'Get up from the table':gt $curloc
- end
- >>>>>>> 159_kuhrPar
- end
- <<<<<<< 159_kuhrPar
- if lekarstvo > 0:
- 'you <<lekarstvo>> tablets.'
- if sick > 0 and lekarday ! day:
- act 'take a pill':
- cla
- *clr
- set minut += 5
- lekarday = day
- lekarstvo -= 1
- sick -= sick * 20/100
- set lekrand = RAND(0,8)
- if lekrand = 0: '<center><img src="images\inBed\lekr1.jpg"></center>'
- if lekrand = 1: '<center><img src="images\inBed\lekr2.jpg"></center>'
- if lekrand = 2: '<center><img src="images\inBed\lekr3.jpg"></center>'
- if lekrand = 3: '<center><img src="images\inBed\lekr4.jpg"></center>'
- if lekrand = 4: '<center><img src="images\inBed\lekr5.jpg"></center>'
- if lekrand = 5: '<center><img src="images\inBed\lekr6.jpg"></center>'
- if lekrand = 6: '<center><img src="images\inBed\lekr7.jpg"></center>'
- if lekrand = 7: '<center><img src="images\inBed\lekr8.jpg"></center>'
- if lekrand = 8: '<center><img src="images\inBed\lekr9.jpg"></center>'
- 'You drank the pill'
- act 'move away': gt $curloc
- end
- end
- =======
- if lekarstvo>0:
- 'you have <<lekarstvo>> tablets.'
- if sick>0 and lekarday!day:
- act 'take a pill':
- cla
- *clr
- set minut = minut + 5
- lekarday=day
- lekarstvo-=1
- sick-=sick*20/100
- set lekrand = RAND (0,8)
- if lekrand = 0:'<center><img src="inBed/lekr1.jpg" ></center>'
- if lekrand = 1:'<center><img src="inBed/lekr2.jpg" ></center>'
- if lekrand = 2:'<center><img src="inBed/lekr3.jpg" ></center>'
- if lekrand = 3:'<center><img src="inBed/lekr4.jpg" ></center>'
- if lekrand = 4:'<center><img src="inBed/lekr5.jpg" ></center>'
- if lekrand = 5:'<center><img src="inBed/lekr6.jpg" ></center>'
- if lekrand = 6:'<center><img src="inBed/lekr7.jpg" ></center>'
- if lekrand = 7:'<center><img src="inBed/lekr8.jpg" ></center>'
- if lekrand = 8:'<center><img src="inBed/lekr9.jpg" ></center>'
- 'You drank the pill'
- act 'move_away':gt $curloc
- end
- end
- >>>>>>> 159_kuhrPar
- end
- <<<<<<< 159_kuhrPar
- if vitamin > 0:
- 'you <<vitamin>> vitaminok.'
- if vitaminday ! day:
- act 'drink Vitamins':
- cla
- *clr
- set minut += 5
- vitaminday = day
- vitamin -= 1
- frost = 0
- if KandidozOnce = 1: Kandidoz -= 2
- if GerpesOnce = 1: Gerpes -= 2
- if SifacOnce = 1 and Sifilis >= 10: Sifilis -= RAND(0,1)
- set skinvan += 1
- if skinvan = 20: set skinvan = 0 & set skin += 1
- 'You drank Vitaminki'
- act 'move away': gt $curloc
- end
- end
- =======
- if vitamin>0:
- 'you have <<vitamin>> vitaminok.'
- if vitaminday!day:
- act 'drink Vitaminki':
- cla
- *clr
- if fat>salo:fat=salo
- set minut = minut + 5
- vitaminday=day
- vitamin-=1
- frost=0
- if KandidozOnce=1:Kandidoz-=2
- if GerpesOnce=1:Gerpes-=2
- if SifacOnce=1 and Sifilis>=10:Sifilis-=RAND(0,1)
- set skinvan = skinvan + 1
- if skinvan = 20:set skinvan = 0&set skin = skin + 1
- 'You drank Vitaminki'
- act 'move_away':gt $curloc
- end
- end
- >>>>>>> 159_kuhrPar
- end
- --- kuhrPar ---------------------------------
|