CreateCharacter

Creates a character with a specific name and body-type. If a character with that name already exists, the action fails with an error.

Arguments
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)

Examples

CreateCharacter(Tom)

CreateCharacter(Tom, D)


See Also