TICS uses the Luac compiler for checking Compiler Warnings.
The following property has to be declared either on SERVER or PROJECT level:
'TOOLS' => {
'luac' => {
'PATH' => 'The path of the luac compiler',
}
}
'TOOLS' => {
'luac' => {
'PATH' => 'C:/Program Files/lua/luac.exe',
}
}