Hello All
local Alarm = LoGetMCPState()
for k,v in (Alarm) do
if k=="MasterWarning" then
if v==true then
io.Write("MasterWarning")
end
end
end
I used this code but every time give error message:
Lua::Config::call error
LuaExportAfterNextFrame:./Config/Export/Export.lua:56: attempt to call a table value
Line 56 is a FOR loop