#ifndef __TROOP_AI_DEF_PARAMS3_H__ #define __TROOP_AI_DEF_PARAMS3_H__ #define AI_PATH0 0 #define AI_PATH1 1 #define AI_PATH2 2 #define AI_PATH3 3 #define AI_PATH4 4 #define AI_PATH5 5 #define AI_PATH6 6 #define AI_PATH7 7 #define AI_PATH8 8 #define AI_PATH9 9 #define AI_PATH_ALL -1 #define AI_ALWAYS 0 #define AI_ACT_NONE 0 #define AI_ACT_SKIP_NEXT_ONE 1 #define AI_ACT_SKIP_NEXT_TWO 2 #define AI_ACT_SKIP_ALL 3 #endif