I want to know how to have a seperate window for showing treasures apart from exp. and gold without having an argumenterror. I made a new class Window_Treasures copying everything regarding treasures from the BattleResult Window and tried adding @treasure_window = Window_Treasures.new(treasures) after @result_window = Window_BattleResult.new(exp, gold), and it said there was a wrong number of arguements (1 for 4). I even tried adding the @treasure_window without the (treasures) part, but then it said wrong number of arguments (0 for 4).
Anyone know how I can fix this?
Long description:sleepy01:
Anyone know how I can fix this?
Long description:sleepy01: