Hello,
Ive looked for hours, well not hours but very long, and couldnt find it. I also asked on IRC but Dissonance kept being annnoying, irritating and spamming, so that wasn't working.
What is an argument error? Here is what I get:
Script 'Scene_Menu' line 5: ArgumentError occured.
wrong number of arguments(1 of 0)
This is line 5:
This is the code around line 5:
How the heck can I fix this?
Ty in advance,
~Smiff(Sniff)
Ive looked for hours, well not hours but very long, and couldnt find it. I also asked on IRC but Dissonance kept being annnoying, irritating and spamming, so that wasn't working.
What is an argument error? Here is what I get:
Script 'Scene_Menu' line 5: ArgumentError occured.
wrong number of arguments(1 of 0)
This is line 5:
Code:
super
This is the code around line 5:
Code:
def initialize(menu_index = 0)
@menu_index = menu_index
super
self.bitmap = Bitmap.new
self.bitmap.font.name = "Visitor -BRK-"
self.bitmap.font.size = 7
update
end
How the heck can I fix this?
Ty in advance,
~Smiff(Sniff)