PawsCharBirth

From PSwiki
Jump to navigation Jump to search
Last updated: 0.5.1.1
<widget
  name = qname
  factory = "pawsCharBirth"
  widget-attributes>
  <!-- Content: (widget[@name='CP' and @factory='pawsTextBox'],
                 widget[@name='month' and @factory='pawsComboBox'],
                 widget[@name='day' and @factory='pawsComboBox'],
                 widget[@name='Siblings' and @factory='pawsRadioButtonGroup'],
                 widget[@name='sibling_desc' and @factory='pawsMultiLineTextBox'],
                 widget[@name='zodiac' and @factory='pawsTextBox'],
                 widget[@name='zodiac_img' and @factory='pawsWidget'],
                 widget[@name='zodiac_description' and @factory='pawsMultiLineTextBox'],
                 widget-elements) -->
</widget>

The pawsCharBirth factory is used in character creation to select the character's date of birth, zodiac, and number of siblings. It also requires a file called "zodiacs.xml" (see zodiacs.xml grammar). In addition, it requires widgets called "CharCreateMain" and "Parents" defined elsewhere.