CreateCharacter

Creates a male or female character with a specific name. If a character with that name already exists, the action fails.

Arguments
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

Examples

CreateCharacter(Tom)

CreateCharacter(Tom, m)

CreateCharacter(Jane, f)


See Also