Hey, I recently downloaded Moghunter's Advanced Load Bar VX (v1.0) mostly to use for loading Towns and Dungeons...
But can't seem to force load the loading screen without it crashing
I'm using this line as a script event when teleporting to a new area
CODE
$scene = Scene_Load_Bar.new
It works when I'm continuing save file, but when I start a new game and go through the same teleporter I get
"Script 'Load' line 339 NoMethodError occured undifed method 'play' for nil: NilClass"
CODE
339:$game_temp.load_pre_bgm.play
If you know anyway I can fix this please let me know, thanks!