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

give npcs descriptions

parent 174480a3
Branches
Tags
No related merge requests found
Pipeline #141044 passed
......@@ -578,7 +578,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
%%%%% NPC Names
\newcommand{\name}{}
\newcommand{\personality}{}
\newcommand{\NPCdescription}{}
\newcommand{\mannerism}{}
\newcommand{\archetype}{}
\newcommand{\npcsymbol}{}
......@@ -586,7 +586,7 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
\newcommand{\NPC}[5]{\renewcommand{\name}{#1 #2}
\renewcommand{\npcsymbol}{#1}
\settoggle{personality}{true}
\renewcommand{\personality}{#3}
\renewcommand{\NPCdescription}{#3}
\renewcommand{\mannerism}{#4}
\renewcommand{\archetype}{#5}
}
......
......@@ -285,7 +285,7 @@ You don't need to fall unconscious when making a Vitality check)%
\iftoggle{personality}{
\textbf{Archetype:} \archetype,
\textbf{Personality:} \personality
\textbf{Description:} \NPCdescription
\textbf{Mannerism:} \mannerism
......@@ -325,7 +325,7 @@ You don't need to fall unconscious when making a Vitality check)%
\iftoggle{personality}{
\textbf{Personality:} \personality
\textbf{Description:} \NPCdescription
\textbf{Mannerism:} \mannerism
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment