Originally posted by [b]Myzter[/b]
Hi,
Working on a ranged time script, we found a weird bug:
[CODE]
set .@Test,01;
set .@Test,02;
set .@Test,03;
set .@Test,04;
set .@Test,05;
set .@Test,06;
set .@Test,07;
set .@Test,08; // This line fail
set .@Test,09; // If you change the 08 to 8, this line will fail

[/CODE]
If you run this code, the map console show a bug in "set .@Test,08;", if you change the 08 to 8 and try again, it fail in "set .@Test,09;", the parser cannot evaluate correctly the numbers 8 and 9 with left ceros.
I know this is not a big problem, but exists.
Regards,
Myzter