Skip to content
Snippets Groups Projects
Commit d3755adb authored by Malin Freeborn's avatar Malin Freeborn
Browse files

Merge commit '18f7c5cb' into dev

parents de95bab3 5601a1c8
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,8 @@
\iftoggle{personality}{
\textbf{Archetype:} \archetype
\textbf{Personality:} \personality
\textbf{Mannerism:} \mannerism
......
......@@ -140,13 +140,15 @@ bookmarks=true]%
\newcommand{\name}{}
\newcommand{\personality}{}
\newcommand{\mannerism}{}
\newcommand{\archetype}{}
\newcommand{\npcsymbol}{}
\newcommand{\npc}[2]{\settoggle{personality}{false}\renewcommand{\name}{#1 #2}\renewcommand{\npcsymbol}{#1}}
\newcommand{\NPC}[4]{\renewcommand{\name}{#1 #2}
\newcommand{\NPC}[5]{\renewcommand{\name}{#1 #2}
\renewcommand{\npcsymbol}{#1}
\settoggle{personality}{true}
\renewcommand{\personality}{#3}
\renewcommand{\mannerism}{#4}
\renewcommand{\archetype}{#5}
}
\newcommand{\G}{\opposition} % groups
\newcommand{\M}{\mars} % male
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment