printf$CHARtable("A weapon","A tool","A piece of clothing","A photograph","A book or diary","A recording","A musical instrument","A piece of jewelery","A toy","A letter","Most Valued Possession");
printf$CHAR"AGE: ";
my$age=roll(6,1)+roll(6,1);
print$CHAR$age+16;
printf$CHAR$age+16;
printf$CHAR"\n\n";
while($age>=0){
@ -228,8 +229,6 @@ sub generate {
}elsif($var<=6){
$var=roll(10,1);
if($var<=5){
#DEBUG
print"0: ".$_[0]." 2: ".$_[2]."\n";
my$ch=name($_[0],$_[1],$_[2]);
printf$CHAR"You made a friend named [".$ch."](".$ch.".html).\n\n";
printf$CHARtable("They are like a big brother/sister to you.","They are like a kid sister/brother to you.","They are like a teacher or mentor.","They are like a partner or co-worker.","They're an old lover.","They're an old enemy.","They are like a foster parent to you.","They're a relative.","You've reconnected with an old childhood friend.","You met through a common interest.","Your relationship");
@ -294,7 +293,7 @@ sub generate {
}
}
}elsif($var<=8){
my$ch=name($_[0],$_[1],depth+1,0);
my$ch=name($_[0],$_[1],$_[2]);
printf$CHAR"You had a romance! With someone named [".$ch."](".$ch.".html).\n\n";