Creates a male or female character with a specific name. If a character with that name already exists, the action fails.
Argument | Character Name |
---|---|
Type | String |
Default | REQUIRED |
Description | Name of the character to create |
Argument | Gender |
Type | m or f |
Default | m |
Description | The gender of the character to create: m for male and f for female |
CreateCharacter(Tom)
CreateCharacter(Tom, m)
CreateCharacter(Jane, f)