Hi!: I want know ¿what happens with Chris MDK in IKEMEN?, the error show something than im not familiar, many codes,and number. Is clear than exist a problem with "&&", but the error message is not clear to me, ¿any ideas to know how interpret this type of errors?. Thanks.\external\script\start.lua:1403: chars\Chris/Cns/MC'Chris_O.CNS:2179:Invalid data: &&stack traceback: [G]: in function 'game' .\external\script\start.lua:1403: in function 'f_game' .\external\script\start.lua:1839: in function 'launchFight' external/script/default.lua:20: in function <external/script/default.lua:0> .\external\script\start.lua:1457: in function 'f' external/script/main.lua:3105: in function 'loop' external/script/main.lua:3189: in function 'loop' external/script/main.lua:4156: in main chunk [G]: ?
The crash message means the error is in file MC'Chris_O.CNS at or around line 2179.In the version I got it's actually line 2157, which is this block of code:Code: [State 3001,1]type = varsettrigger1 = ( && Var(50) = 4time = 0 || animelem = 7)var(15) = 0Which is completely broken. I'm suprised Mugen doesn't crash. The trigger1 line is probably meant to be:Code: trigger1 = Var(50) = 4 && (time = 0 || animelem = 7)
¡Many thanks, POTS!. But ¿how i see the "lines/number lines"?, ¿is with Fighter Factory and see the CNS file with it?.