From f75cc257fd30a7982c0494b6d8cdf6ef9198037c Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 20 Jul 2019 13:10:58 -0400 Subject: [PATCH] Add some QuestSay constants --- Lua-Constants.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Lua-Constants.md b/Lua-Constants.md index 2dab2c8..dc818bf 100644 --- a/Lua-Constants.md +++ b/Lua-Constants.md @@ -251,4 +251,26 @@ SpecialAbility Integer destructible_object; Integer no_harm_from_client; } +``` + +SpeakMode +``` +{ + Integer Raw; + Integer Say; + Integer Shout; + Integer EmoteAlt; + Integer Emote; + Integer Group; + +} +``` + +JournalMode +``` +{ + Integer None; + Integer Log1; + Integer Log2; +} ``` \ No newline at end of file