From 8a69b4caebcb5b95705bd70d62e2e153f81ae74f Mon Sep 17 00:00:00 2001 From: Sokomine Date: Thu, 10 Jun 2021 18:11:23 +0200 Subject: [PATCH] explained actions in README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36e34a0..077047b 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,15 @@ dialog A text said by the NPC, with diffrent replys the player can option A reply/answer to the text the NPC said. -precondition All listed preconditions have to be true in order for the NPC - to offer this option. +precondition/ All listed preconditions have to be true in order for the NPC +prerequirement to offer this option. -effect Further effects (like setting variables, handing out items) +effect/result Further effects (like setting variables, handing out items) selecting a particular option has. +action An action the player may (or may not) take, i.e. trading, + taking an item from the NPC, giving the NPC something, entering + the right password etc. How to configure NPC and add dialogs ====================================