BlazaBoy 0 Posted October 12, 2013 Hello! I am trying to test my game after trying (and failing) to change the font. This is the error I get: Script 'Scene_Title' line 41: NoMethodError occured undefined method title2_name' for nil:NilClass Any assistance will be greatly apreciated Share this post Link to post Share on other sites
Darkanine 116 Posted October 12, 2013 What scripts are using? Share this post Link to post Share on other sites
BlazaBoy 0 Posted October 12, 2013 I just used one to change the font: #==============================================================================# ** Main#------------------------------------------------------------------------------# After defining each class, actual processing begins here.#==============================================================================beginGraphics.freeze$scene = Scene_Title.new$scene.main while $scene != nilGraphics.transition(30)rescue Errno::ENOENTfilename = $!.message.sub("No such file or directory - ", "")print("Unable to find file #{filename}.")end Share this post Link to post Share on other sites
ReidenLightman 5 Posted October 14, 2013 This has happened to me sometime when I try to continue a save file after making a change in the scripts. Have you tried starting from a new game? Share this post Link to post Share on other sites