const struct skill_code_type skill_code_table[] = { {"skull", skull_cast_code, skull_pulse_code, skull_upkeep_code, skull_expire_code}, {"stickyfire", NULL, NULL, NULL, NULL} }; int MAX_SKILL = 2; const int COMPILED_MAX_SKILL = 2;