--- a +++ b/Tools/Templates/Human Standing/libdef.any @@ -0,0 +1,9 @@ +#include "../libdef.any" + +#if AMMR_VERSION_MAJOR < 2 | (AMMR_VERSION_MAJOR <= 2 & AMMR_VERSION_MINOR < 3) + +Main = { +ERROR "Wrong AMMR version. Please modify libdef.any to point to the correct AMMR (>=2.2)" +}; +#endif +