# 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
'
Kitchen'
''
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'
=======
'kitchen'
''
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
''
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
''
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 <> 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'
''
'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
''
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
''
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 <> 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'
''
'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
''
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
''
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 <> 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: ''
if lekrand = 1: ''
if lekrand = 2: ''
if lekrand = 3: ''
if lekrand = 4: ''
if lekrand = 5: ''
if lekrand = 6: ''
if lekrand = 7: ''
if lekrand = 8: ''
'You drank the pill'
act 'move away': gt $curloc
end
end
=======
if lekarstvo>0:
'you have <> 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:''
if lekrand = 1:''
if lekrand = 2:''
if lekrand = 3:''
if lekrand = 4:''
if lekrand = 5:''
if lekrand = 6:''
if lekrand = 7:''
if lekrand = 8:''
'You drank the pill'
act 'move_away':gt $curloc
end
end
>>>>>>> 159_kuhrPar
end
<<<<<<< 159_kuhrPar
if vitamin > 0:
'you <> 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 <> 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 ---------------------------------