From 79e52f155ee4d4aa8fb8678805f2b83f6d24f4d3 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sun, 1 Jan 2023 18:29:39 +0000 Subject: [PATCH] add startingCondition command --- layout.sty | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/layout.sty b/layout.sty index 155f4ec4..eb51ab5d 100644 --- a/layout.sty +++ b/layout.sty @@ -765,6 +765,13 @@ Roll & Result \\ \index{Antagonists!#2} } +\newcommand{\startingCondition}[1]{ + \ifnum\value{list}<95 + \item + #1 + \fi +} + \newcounter{random} \setcounter{random}{1} \newcounter{increment} -- GitLab