From 4b5ba6c2fd1f3329bfa9d1fed2202b2873f79b66 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 21 Aug 2022 22:39:17 -0400 Subject: [PATCH] add todo file --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..9817e89 --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +* Adventure system + * Moving from landmark to another + * UI for it + * How to associate pods with landmarks +* Flags + * replace Requirements with "flags"? + * Flag processor (put flags on stack, pop them out to evalute?) +* "Accounts" + * how to handle a player that isn't in a pod + * or just ignore, player is in a pod until moved to new pod? + * what about player-the-person level triggers? +