Crusader Kings III

Crusader Kings III

(DISCONTINUED) Show Me Your Court
Lost Nomad 2023년 4월 2일 오전 10시 07분
BUGS
There are syntax errors In your SMYCP_player_court_button.gui file on your button tabs.

The correct syntax for the button_tab type is
type <name> = button_tab {

But you have
type <name> = button_tab = {

So for example your
type SMYCP_court_button = button_tab = {

Should be
type SMYCP_court_button = button_tab {

You have the same syntax error on all three button tabs in the file.