aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 00:01:57 +1000
committerDavid Walter Seikel2014-03-27 00:01:57 +1000
commit64c4e424a4a8f893cf97b0009d7d5c763ab7d3aa (patch)
tree05bed8dc5fc92fdb52c9622ff6ec04c9be000b2e
parentNo need to pass module to skang.thing(), it can work it out. (diff)
downloadSledjHamr-64c4e424a4a8f893cf97b0009d7d5c763ab7d3aa.zip
SledjHamr-64c4e424a4a8f893cf97b0009d7d5c763ab7d3aa.tar.gz
SledjHamr-64c4e424a4a8f893cf97b0009d7d5c763ab7d3aa.tar.bz2
SledjHamr-64c4e424a4a8f893cf97b0009d7d5c763ab7d3aa.tar.xz
Add more default stuff to Thing.
-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