Henrybk / eventMacro

My personal rework of openkore's macro plugin
GNU General Public License v2.0
5 stars 5 forks source link

Macros should not be parsed during execution #15

Open Henrybk opened 8 years ago

Henrybk commented 8 years ago

In the actual macro plugin and still in eventMacro all macros are parsed during execution time, line by line, this should not be done this way, macros should have a parsing function that is called during load time.