K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-17T05:52:25.274596Z K 7 svn:log V 322 stand/lua: Style pass These are the style points that I'd like to try and maintain in our lua scripts: - Parentheses around conditionals - Trailing semicolons, except on block terminators - s:method(...) instead of string.method(s, ...) where applicable There's likely more, but that'll get hammered out as we continue. END