Your Character’s Attributes

Voila! Your character is no longer a mystery to you. Using the sentence below,
you can flesh out your character with interesting traits that will ensure your
character isn’t a stereotype. If you want to do it for other characters, press
“Do It Again” to generate another character’s personality. While this tool can be
fun, remember, it’s up to you to breathe life into your character!

 


In {$_REQUEST[‘title’]}, the $gender_role, {$_REQUEST[‘firstname’]} {$_REQUEST[‘lastname’]}, is a(n) $positives[0] $gender_noun who is $positives[1] and $positives[2] but also $negatives[0].

HERO;
}
else {
if ($_REQUEST[‘gender’] == “male”)
$gender_role = “villain”;
else
$gender_role = “villainess”;
print <<< VILLAIN

In {$_REQUEST[‘title’]}, the $gender_role, {$_REQUEST[‘firstname’]} {$_REQUEST[‘lastname’]}, is a(n) $negatives[0] $gender_noun who is $negatives[1] and $negatives[2] but also $positives[0].

VILLAIN;
}
?>