Skip to content
Snippets Groups Projects
backpage.tex 530 B
Newer Older
  • Learn to ignore specific revisions
  • Malin Freeborn's avatar
    Malin Freeborn committed
    \pagebreak
    
    \pagenumbering{gobble}
    
    
    \iftoggle{examplecharacter}{
      \charSpellList
      \renewcommand\charSpellList{}
    
      \vspace{5em}
    
      \ifdefstring{\race}{Elf}%
        {
          {\Huge Story Points~\Repeat{5}{\sqr}}
          
          (Elves begin with Story Points already spent)
    
        }%
        {%
          {\Huge Story Points~\Repeat{5}{\sqn}}
          \ifdefstring{\race}{Dwarf}{
    
            Taciturn Dwarves do not spend Story Points in the first session.
          }{}%
        }%
    
    }{
      {\Huge Story Points~\Repeat{5}{\sqn}}
    
      \lineDots[32]
    }
    
    \pagebreak