08-25-2025, 01:41 AM
(This post was last modified: 08-25-2025, 02:07 AM by DerVVulfman.)
One more bug: After pressing New Game in the title screen, the screen goes blank as it would when it exits to go to the field map. But before it enters,
Script 'Scene_Map' line 154: NoMethodError occurred.
undefined method 'trigger_double?' for Input:Module.
Those are direct edits to the Scene_Map code. I figure you were doing HiddenChest tests.. Ya need to remove that block of code after the 'unless $game_player.moving?' block.
Script 'Scene_Map' line 154: NoMethodError occurred.
undefined method 'trigger_double?' for Input:Module.
Those are direct edits to the Scene_Map code. I figure you were doing HiddenChest tests.. Ya need to remove that block of code after the 'unless $game_player.moving?' block.