Hi,

I'm trying to linkup my AI I made to the AI Type enum like the NecroMage AI (and MageryAI) do. So, I have an AI class called SummonerAI. Then I have an entry in AI_Type enum (in BaseAI) called AI_Type Summoning. For some reason they don't "link up". That's the best way I can explain the problem. For example, if I create a creature class and give it the AI_Type of NecroMage_AI then the creature automatically uses the NecroMageAI class. Somehow the NecroMageAI class and the AIType_NecroMage are linked. I want to do that for SummonerAI class.

I hope this makes sense

-TW
 
Back