Creates a character with a specific name and body-type. If a character with that name already exists, the action fails with an error.
Argument | Character Name |
---|---|
Type | String |
Default | REQUIRED |
Description | Name of the character to create |
Argument | Body-type |
Type | A, B, C, D, E, F, G, or H |
Default | A |
Description | The body-type of the character to create (refer to Characters to view different body-types) |
CreateCharacter(Tom)
CreateCharacter(Tom, D)