Henrybk / eventMacro

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

Reload files issue #11

Closed Henrybk closed 8 years ago

Henrybk commented 8 years ago

When eventMacro file is reloaded by it's handle (calling eventMacro::parseAndHook) all automacro conditions will be set to '0' (not true) and will only be changed when something in kore changes to make them be verified.

We should have a way around this problem.