final List<Action> actions = ActionRecordParser.parse(parser, actionRecordSize, "DefineButton::Actions");
final UINT8 actionEndFlag = parseUINT8(parser, 0x00006, "DefineButton::ActionEndFlag");
return new DefineButtonTag(header, buttonId, new ButtonRecordList(characters), characterEndFlag, new ActionList(actions), actionEndFlag);
}