struct SAITAMA_status {int MAXHP,MAXMP,HP,MP;int atack,defence;int char_class;char name[16];int status;};
//statusは眠り、麻痺などの状態を表わす
//char_classによってモンスターの種類を判別する