Difference between revisions of "OUTPUT for 6.08"

From PCGen Wiki
Jump to: navigation, search
(RAW)
(RAW)
 
Line 14: Line 14:
 
   +-----------.info Hash of info tags
 
   +-----------.info Hash of info tags
 
   +----."name" INFO:"name"
 
   +----."name" INFO:"name"
 +
 +
 +
  ${pc.val.VAR}
 +
  VAR = the value you desire to display
 +
 +
For example:
 +
    face is a var we use to display the orderedpair - which can be 5,5 or 5,0.
 +
    ${pc.val.face}

Latest revision as of 01:57, 22 January 2018


RAW

  pc.abilities as cnas
  cnas.ability				Ability Name
  +-----------.key			KEY
  +-----------.type			TYPE as sequence
  +-----------.source			Hash of source tags
  			+------.long	SOURCELONG
  			+------.short	SOURCESHORT
  			+------.page	SOURCEPAGE
  +-----------.info			Hash of info tags
  			+----."name"	INFO:"name"


  ${pc.val.VAR}
  VAR = the value you desire to display

For example:

   face is a var we use to display the orderedpair - which can be 5,5 or 5,0.
   ${pc.val.face}