From 64c4e424a4a8f893cf97b0009d7d5c763ab7d3aa Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 27 Mar 2014 00:01:57 +1000 Subject: Add more default stuff to Thing. --- ClientHamr/GuiLua/skang.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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 - Actually, not sure matrix-RAD solved that either. lol ]] +-- Default things values. +Thing.help = 'No description supplied.' +Thing.types = {'string'} +Thing.required = false +--Thing.acl = '' +--Thing.boss = '' + Thing.action = 'nada' -- An optional action to perform. Thing.tell = '' -- The skang command that created this Thing. -- cgit v1.1