explained actions in README.md

This commit is contained in:
Sokomine 2021-06-10 18:11:23 +02:00
parent 312b9a49df
commit 8a69b4caeb

View File

@ -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
====================================