OK,
For my Traveller5 implementation, I have got variable attribute names, default skills, and the ability for some skills to require a domain. Here are two things I would like to be able to do:
1) Some skills that have a domain requirement are also default skills, and some of those have a default domain. For example, every character will get Gunner: Turret as a skill at level zero by default. I have not been able to determine how I can add the domain as a default, though I can add the skill itself - requiring a domain.
2) Most skills that require domains need them out of a set of selectable things. For example, Gunner can be Bay Weapons, Turret, Ortillary, Screens, or Spine Weapons. What is the method for getting a selection list rather than a text input box for this kind of domain selection?
Thank you! I appreciate it.
PG
For my Traveller5 implementation, I have got variable attribute names, default skills, and the ability for some skills to require a domain. Here are two things I would like to be able to do:
1) Some skills that have a domain requirement are also default skills, and some of those have a default domain. For example, every character will get Gunner: Turret as a skill at level zero by default. I have not been able to determine how I can add the domain as a default, though I can add the skill itself - requiring a domain.
2) Most skills that require domains need them out of a set of selectable things. For example, Gunner can be Bay Weapons, Turret, Ortillary, Screens, or Spine Weapons. What is the method for getting a selection list rather than a text input box for this kind of domain selection?
Thank you! I appreciate it.
PG