diff options
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 7 |
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. | ||
216 | Thing.help = 'No description supplied.' | ||
217 | Thing.types = {'string'} | ||
218 | Thing.required = false | ||
219 | --Thing.acl = '' | ||
220 | --Thing.boss = '' | ||
221 | |||
215 | Thing.action = 'nada' -- An optional action to perform. | 222 | Thing.action = 'nada' -- An optional action to perform. |
216 | Thing.tell = '' -- The skang command that created this Thing. | 223 | Thing.tell = '' -- The skang command that created this Thing. |
217 | 224 | ||