Lua Validation Scripts
Result of a Validator script should be three lists - errors, warnings and notices.
Functions twError(), twWarning() and twNotice() are used to add a short text to this lists.
available functions:
- selected basic Lua functions
- twArmy - object containing data to process
- twNotice(string) - adds a notice to validation output.
- twWarning(string) - adds a warning to validation output.
- twError(string) - adds a error to validation output.