steveju76
Newbie
- Dec 3, 2019
- 72
- 72
- 112
This game is a bugfest, or rather the ancient scripts that it's using are riddled with bugs, switching weapons and using an attack right afterwards can cause a crash:
Script 'Sapphire Action System IV' line 2122: NoMethodError occurred.
undefined method 'weapon_animation' for nil:NilClass
Most likely fix is to add nil check to line 2122 in the script for SceneManager.scene.spriteset
EDIT: Grabbing an egg off the ground and after giving it a name crashes:
Script 'Game_Interpreter' line 1417: NoMethodError occurred.
undefined method 'name' for nil:NilClass
Script 'Sapphire Action System IV' line 2122: NoMethodError occurred.
undefined method 'weapon_animation' for nil:NilClass
Most likely fix is to add nil check to line 2122 in the script for SceneManager.scene.spriteset
EDIT: Grabbing an egg off the ground and after giving it a name crashes:
Script 'Game_Interpreter' line 1417: NoMethodError occurred.
undefined method 'name' for nil:NilClass
You don't have permission to view the spoiler content.
Log in or register now.
Last edited: