# zoomagazine
<<<<<<< 367_zoomagazine
if $ARGS[0] = 'start':
cla
*clr
set minut += 5
'
Pet Shop'
*nl
''
*nl
clr
gs 'stat'
fcolor = rgb(0,0,0)
bcolor = rgb(255,255,255)
LCOLOR = rgb(106,90,205)
'Dog 3000'
'Rabbit 2000'
'Parrot 3000'
if money >= 3000 and sobaka = 0:
act 'Buy a dog (3000 rubles)':
cla
*clr
''
act 'Hello, I would like to get a dog':
cla
*clr
''
'Sorry, but we were only male dogs.'
act 'Buy a dog':
cla
*clr
set minut += 10
set sobaka += 1
set money -= 3000
''
'You bought a dog-Dalmatians.'
$namesob = input ("I'll call a dog ...")
act 'Move away from the counter': gt 'zoomagazine','start'
end
act 'Leave': gt 'zoomagazine','start'
end
end
end
if money >= 2000 and krolik = 0:
act 'Buy a rabbit (2000 rubles)':
cla
*clr
''
'You bought a rabbit.'
$namekrol = input ("I call rabbit ...")
set minut += 10
set krolik += 1
set money -= 2000
act 'Move away from the counter': gt 'zoomagazine','start'
end
end
if money >= 3000 and popugai = 0:
act 'Buy a parrot (3000 rubles)':
cla
*clr
''
'You bought a parrot.'
$namepopu = input ("I call parrot ...")
set minut += 10
set popugai += 1
set money -= 3000
act 'Move away from the counter': gt 'zoomagazine','start'
end
end
act 'Leave': gt 'torgcentr'
end
=======
if $ARGS[0]='start':
cla
*clr
set minut = minut + 5
'pet-shop "Pet"'
''
clr
gs'stat'
fcolor=rgb(0,0,0)
bcolor=rgb(255,255,255)
LCOLOR = rgb(106,90,205)
''
'dog 3000'
'rabbit 2000'
'parrot 3000'
if money >= 3000 and sobaka = 0:
act 'buy a dog 3000 RUB':
cla
*clr
''
act 'hello, I would like to buy a dog':
cla
*clr
''
'Excuse_Me, but we were only male dog.'
act 'Buy a dog':
cla
*clr
set minut = minut + 10
set sobaka = sobaka + 1
set money = money - 3000
''
'You bought a dog-Dalmatians.'
$namesob = input ("I will call the dog...")
act 'Move away from the counter':gt'zoomagazine','start'
end
act 'Get_Away':gt'zoomagazine','start'
end
end
end
if money >= 2000 and krolik = 0:
act 'Buy rabbit 2000 RUB':
cla
*clr
''
'You bought a rabbit.'
$namekrol = input ("I call rabbit...")
set minut = minut + 10
set krolik = krolik + 1
set money = money - 2000
act 'Move away from the counter':gt'zoomagazine','start'
end
end
if money >= 3000 and popugai = 0:
act 'Buy parrot 3000 RUB':
cla
*clr
''
'You bought a parrot.'
$namepopu = input ("I`ll call a parrot...")
set minut = minut + 10
set popugai = popugai + 1
set money = money - 3000
act 'Move away from the counter':gt'zoomagazine','start'
end
end
act 'Get_Away':gt'torgcentr'
end
>>>>>>> 367_zoomagazine
--- zoomagazine ---------------------------------