Code: Select all
/echo ${Plugin[mq2map].Version}
[MQ2] 1.00Version numbers are a float controlled by the PLUGIN_VERSION(X) macro, which should have global scope:
Code: Select all
#include "../MQ2Plugin.h"
PLUGIN_VERSION(1.1);Moderator: MacroQuest Developers

Code: Select all
/echo ${Plugin[mq2map].Version}
[MQ2] 1.00Code: Select all
#include "../MQ2Plugin.h"
PLUGIN_VERSION(1.1);