I just found out that the parser system is much too slow, so 400 lines took about 14 seconds, which is quite a lot time, I know a few things I could optimize, but I am not sure it will still be fast enough, to use it.
Bu at least the parser is now able to add to variables even other variables or whatever you like. So even if the parsing engine will be too slow, you might want to use it for another progam.
Edit:
Just found out I have to use fastloops. While counting to 1000 without a fastloop took 17 seconds, with fastloop it needed only 4/1000 of a second. Hopefully it will be fast enough running with 50 events in it and being triggered as often as possible
|