*SyntaxError - 2025-02-17 11:04:08 (Monday)
( L(8)CAlt:ｽﾃｰﾀｽ説明変更(ステート) )：0408：lines 157: syntax error, unexpected ',', expecting keyword_end
** script source code：
|    temp = contents.font.size, contents.font.bold, contents.font.italic
|    draw_text_ex(x, y, actor.state_class || RPG::State::CLASS_DEFAULT + actor.class.name) # 職業
|    draw_text_ex(x, y + line_height - 4, actor.state_title)           # 称号
>    contents.font.size - 8, contents.font.bold, contents.font.italic = temp
|  end
|end
[End of File]

*SyntaxError - 2025-02-17 11:04:08 (Monday)
( L(8)CAlt:ｽﾃｰﾀｽ説明変更(ステート) )：0408：lines 157: syntax error, unexpected ',', expecting keyword_end
    contents.font.size - 8, contents.font.bold, contents...
** script source code：
|    temp = contents.font.size, contents.font.bold, contents.font.italic
|    draw_text_ex(x, y, actor.state_class || RPG::State::CLASS_DEFAULT + actor.class.name) # 職業
|    draw_text_ex(x, y + line_height - 4, actor.state_title)           # 称号
>    contents.font.size - 8, contents.font.bold, contents.font.italic = temp
|  end
|end
[End of File]

*SyntaxError - 2025-02-17 11:04:08 (Monday)
( L(8)CAlt:ｽﾃｰﾀｽ説明変更(ステート) )：0408：lines 157: syntax error, unexpected ',', expecting keyword_end
    contents.font.size - 8, contents.font.bold, contents...
                           ^
** script source code：
|    temp = contents.font.size, contents.font.bold, contents.font.italic
|    draw_text_ex(x, y, actor.state_class || RPG::State::CLASS_DEFAULT + actor.class.name) # 職業
|    draw_text_ex(x, y + line_height - 4, actor.state_title)           # 称号
>    contents.font.size - 8, contents.font.bold, contents.font.italic = temp
|  end
|end
[End of File]

