aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index adf4edf..059f463 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -212,6 +212,13 @@ Other Thing things are -
212 Actually, not sure matrix-RAD solved that either. lol 212 Actually, not sure matrix-RAD solved that either. lol
213]] 213]]
214 214
215-- Default things values.
216Thing.help = 'No description supplied.'
217Thing.types = {'string'}
218Thing.required = false
219--Thing.acl = ''
220--Thing.boss = ''
221
215Thing.action = 'nada' -- An optional action to perform. 222Thing.action = 'nada' -- An optional action to perform.
216Thing.tell = '' -- The skang command that created this Thing. 223Thing.tell = '' -- The skang command that created this Thing.
217 224