char * const act_flags [] =
{
"npc", "sentinel", "scavenger", "healer", "broker", "aggressive", "stayarea",
"wimpy", "pet", "train", "practice", "immortal", "deadly", "polyself",
"meta_aggr", "guardian", "running", "nowander", "mountable", "mounted",
"scholar", "secretive", "hardhat", "mobinvis", "noassist", "autonomous",
"pacifist", "noattack", "annoying", "statshield", "prototype", "banker",
"bounty", "bhunter", "nomobm", "randomok", "undertaker", "hardned",
"hotbooted", "tough", "randomed", "worthqp", "worthgp", "worthxp",
"invader"
};
I have 2 more act flags, but if I put even one more than this and try to mstat the mud crashes... |