Iwas wondering, is it possible to write an extra amxx plugin and use in that plugin some wc3ft functions ?
what i am trying to do, is to create a plugin that simply checks the race and level of a user and according to that one adds a few goodies to the specific user...
if I am writing the plugin and want it to access things like RACE_ELF or LEVEL, well.... cant find it

So my question is :
how can i "attach" / "include" a plugin to wc3ft ? does it work with
#include <warcraft3FT> ???