ScriptKitty
Member
Okay guys, I'm having a scripting error with an addon for an item mixing script. Whenever I try to start my game, I get this error:
Script 'Crafting List' line 26: NameError occoured.
uninitialized constant Game_Temp::Cooking
Line 26 is "category = Cooking". I'm afraid as a 100% RGSS illiterate, I have no idea how to initialize a constant. Obviously the problem likes in a constant that needs to be initialized. Unfortunately, I don't know how to do that. Can someone gimme a hand with this?
Script 'Crafting List' line 26: NameError occoured.
uninitialized constant Game_Temp::Cooking
Line 26 is "category = Cooking". I'm afraid as a 100% RGSS illiterate, I have no idea how to initialize a constant. Obviously the problem likes in a constant that needs to be initialized. Unfortunately, I don't know how to do that. Can someone gimme a hand with this?