'
$rex['name'] = input ('I''ll call the dog...')
if $rex['name'] = '':$rex['name'] = 'Spot'
gs 'npcgeneratec', 0, $rex['name'], rand(1,4)
gs 'npcpreservec', $npclastgenerated
$petID = $npclastsaved
$npc_firstname[$npclastsaved] = $rex['name']
$npc_nickname[$npclastsaved] = $rex['name']
$npc_lastname[$npclastsaved] = $rex['name']
$npc_usedname[$npclastsaved] = $rex['name']
$npc_notes[$npclastsaved] = 'The 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
end
else
'You need to have your own place before you can buy a dog.'
end
act 'Move away from the counter': minut += 5 & gt 'zoomagazine', 'start'
end
end
end
--- mod_bestmod_petshop ---------------------------------