";
if ( $FORM{'ImageFile'} ne "" ){
print " \n";
}
print "
\n
Physical Description:
\n
$FORM{'Age'} year old, $FORM{'Species'} $FORM{'Gender'}
Height: $FORM{'HeightNum'} ($FORM{'HeightDesc'})
Weight: $FORM{'WeightNum'} ($FORM{'WeightDesc'})
$FORM{'Eyes'} Eyes, $FORM{'Skin'} Skin
$FORM{'HairStyle'}, $FORM{'Hair'} Hair, and facial hair of: $FORM{'FacialHair'} \n
Dress style (poorly -> well): $FORM{'Dress'}
Keywords: $FORM{'PhysKeywords'} Physical Marks: $FORM{'PhysMarks'}
Notes: $FORM{'PhysNotes'}
\n
Personality:
\n
Will: $FORM{'Will'}
Introvert/Extrovert: $FORM{'Introversion'}
Confidence: $FORM{'Confidence'}
Optimism: $FORM{'Optimism'}
Energy: $FORM{'Energy'}
Organization: $FORM{'Organize'}
Personality Keywords: $FORM{'PsychKeywords'}
Personality Features: $FORM{'PsychMarks'}
Notes: $FORM{'PsychNotes'}
\n
Service History:
\n
Service: $FORM{'Service'} For $FORM{'Terms'} terms.
Achichieving a rank of: $FORM{'Rank'}
Earned the following medals:
";
# ------------------------------ end large print block ------------------------------
for ( $i = 1; $i <= 5; $i++ ){
$medal = "Medal-$i";
if ( $FORM{$medal} ne "" ){
print " $FORM{$medal} \n";
} # endif skill exists
} # endfor
# ------------------------------ start large print block ------------------------------
print "
Other medals or distinctions:
$FORM{'MedalsOther'}
\n
Other:
\n
Skills comments: $FORM{'SkillNotes'}
Weapon Skills comments: $FORM{'WeapSkillNotes'}
|