Change the age of a character to t for teenager, y for young, m for middle-aged, and o for old.
| Argument | Character Name |
|---|---|
| Type | String |
| Default | REQUIRED |
| Description | Name of the character |
| Argument | Character Age |
| Type | t, y, m, or o |
| Default | m |
| Description | Age of the character |
SetAge(Tom)
SetAge(Tom, o)