From 74740d6de64e9d071db0bf5b7d9ad6a6133c88cc Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 30 Mar 2014 04:17:22 +1000 Subject: Default Thing name is no longer an invalid index. --- ClientHamr/GuiLua/skang.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/skang.lua') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 99a19d3..33ccc79 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -386,7 +386,7 @@ What about userdata? We could hijack the type() function, and dig deeper if it' -- required - "boolean" to say if this thing is required. TODO - Maybe fold this into types somehow, or acl? -- acl - Access Control List defining security restrains. -- boss - the Thing or person that owns this Thing, otherwise it is self owned. -Thing.names = {'?'} +Thing.names = {'unknown'} Thing.help = 'No description supplied.' Thing.default = '' Thing.types = {'string'} -- cgit v1.1