Files
2021-10-28 13:02:43 +02:00

25 lines
361 B
Lua

-- 2015/11/26 09:30:00
-- Comando accendi laser
-- Intestazioni
require( 'EgtBase')
_ENV = EgtProtectGlobal()
EgtEnableDebug( false)
-- Tavola di passaggio valori
local CMD = {}
CMD.F=0
CMD.S=0
CMD.L1=0
CMD.L2=0
CMD.L3=0
CMD.R1=0
CMD.R2=0
CMD.CMDSTRING = ""
CMD.ERR = 0
_G.CMD = CMD
function CmdString()
CMD.CMDSTRING="E30129=1"
end
_G.CmdString=CmdString