Fireworksinc
Member
NoMethodError occurred while running script.
undefined method 'effect' for #<Scene_Load:0x16e5340>
This error happens whenever I save a game and then try to load it in my game.
I think it is caused by the particle engine because the particle engine uses the word 'effect', however this error does not seem to occur on other games using the particle engine.
Other scripts I'm using in-game are:
Super Weather
Scene_Credits Script
Advanced Messaging Script
Title Screen Weather
Icon Inventory
Mirror Effect
Music Fix
Sized Events
Font Fix
Sorry if this is a really easy to solve problem - I can't script at all :dead:
Thanks :thumb:
EDIT: Nevermind - I've found out how to fix it ^^ All you do is make the event wait around 100 frames before turning on the particles.
undefined method 'effect' for #<Scene_Load:0x16e5340>
This error happens whenever I save a game and then try to load it in my game.
I think it is caused by the particle engine because the particle engine uses the word 'effect', however this error does not seem to occur on other games using the particle engine.
Other scripts I'm using in-game are:
Super Weather
Scene_Credits Script
Advanced Messaging Script
Title Screen Weather
Icon Inventory
Mirror Effect
Music Fix
Sized Events
Font Fix
Sorry if this is a really easy to solve problem - I can't script at all :dead:
Thanks :thumb:
EDIT: Nevermind - I've found out how to fix it ^^ All you do is make the event wait around 100 frames before turning on the particles.