diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-12-03 12:47:55 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2016-12-13 14:41:54 -0500 |
commit | ecc2bfea7c05281bf40a6a08e353e5918d375f35 (patch) | |
tree | 352aa3cbfa0eade2fc7a3cfcdd262001ec7bb0d3 /npc/scripts.conf | |
parent | b4935b2f81ff9e8903dd89228ff97fc03b584c73 (diff) | |
download | serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.tar.gz serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.tar.bz2 serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.tar.xz serverdata-ecc2bfea7c05281bf40a6a08e353e5918d375f35.zip |
put the game rules in a function, make notes call that function, add `@rules` command
add `The Book of Laws`, give it whenever the player does not have it
Diffstat (limited to 'npc/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 5c4984e4..f1c91046 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -34,6 +34,7 @@ "npc/functions/string.txt", "npc/functions/time.txt", "npc/functions/asklanguage.txt", +"npc/functions/game-rules.txt", // quest debug "npc/functions/quest-debug/functions.txt", |