# zoomagazine if $ARGS[0] = 'start': cla clr *clr minut += 5 gs 'stat' if night_mode = 1: fcolor = rgb(255, 255, 255) bcolor = rgb(0, 0, 0) lcolor = rgb(106, 90, 205) else fcolor = rgb(0, 0, 0) bcolor = rgb(255, 255, 255) lcolor = rgb(106, 90, 205) end '
Pet Shop
' '
' 'Dog - 3000 ' 'Rabbit - 2000 ' 'Parrot - 3000 ' if money >= 3000 and sobaka = 0: act 'Buy a dog (3000 )': cla *clr '
' act 'Hello, I would like to get a dog': cla *clr '
' '
Sorry, but we only have male dogs.
' act 'Buy a dog': cla *clr minut += 10 sobaka += 1 money -= 3000 '
' '
You bought a Dalmatian dog.
' $namesob = input ('I''ll call the dog ...') if $namesob = '':$namesob = 'Spot' gs 'npcgeneratec', 0, $namesob, rand(1,4) gs 'npcpreservec', $npclastgenerated $petID = $npclastsaved $npc_firstname[$npclastsaved] = $namesob $npc_nickname[$npclastsaved] = $namesob $npc_lastname[$npclastsaved] = $namesob $npc_usedname[$npclastsaved] = $namesob $npc_notes[$npclastsaved] = 'Your dog you purchased from the pet shop.' npc_spermpot[$npclastsaved] = -1 $npc_thdick[$npclastsaved] = 'knotted' npc_dick[$npclastsaved] = 7 npc_sexskill[$npclastsaved] = 0 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 )': cla *clr minut += 10 krolik += 1 money -= 2000 '
' '
You bought a rabbit.
' $namekrol = input ("I call rabbit ...") if $namekrol = '':$namekrol = 'Bugs' act 'Move away from the counter':gt 'zoomagazine', 'start' end end if money >= 3000 and popugai = 0: act 'Buy a parrot (3000 )': cla *clr minut += 10 popugai += 1 money -= 3000 '
' '
You bought a parrot.
' $namepopu = input ("I call parrot ...") if $namepopu = '':$namepopu = 'Polly' act 'Move away from the counter':gt 'zoomagazine', 'start' end end act 'Leave':gt 'torgcentr' end --- zoomagazine ---------------------------------