Hey all, I'm having trouble getting my AI to output debug messages. I'm using the C++ AI template to make an AI, and so far I can't seem to get anything working. I've placed this code in the DoTurn() function:
DebugMessage(1,"Hello",Player);
Unfortunately, nothing comes out, no matter how many turns pass. I think I might have the usage of DebugMessage wrong. Yes, I do have the debug message window open. Any help?
Posted 15-Oct-08 13:13 by Vince Skalis
