- Joined
- Dec 30, 2022
- Messages
- 21
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMVXA
#--------------------------------------------------------------------------
# * Get Title (Background) Graphic
#--------------------------------------------------------------------------
def self.title1(filename)
load_bitmap("Graphics/Titles1/", filename)
end
#--------------------------------------------------------------------------
# * Get Title (Frame) Graphic
#--------------------------------------------------------------------------
def self.title2(filename)
load_bitmap("Graphics/Titles2/", filename)
end
thank you, this fixed everything!it's a reference that is missing, and most likely the reference points to outside the title scene.
please follow the link "how to use a script" in my signature. In the bughunting section you'll find a link to one of the backtracer scripts. please install that and then give a screenshot of the console output when the error happens again. That output should give the trace to where the error is.