- Joined
- Jun 10, 2014
- Messages
- 88
- Reaction score
- 21
- First Language
- English
- Primarily Uses
I am using my own custom menu system that overwrites Scene_Menu. I also want to use Sykva'ls Ring Menu while in game except as a different key trigger. Problem is Sykval's Ring Menu also overwrites Scene_Menu. I tried copying Scene_Menu as well as every other class that his script aliases and renamed them and changed every instance of aliased classes in his code to point to the new, renamed classes. My custom menu works fine like this, however when I call the ring menu scene, SceneManager.call(Ring_Scene_Menu), I get the error message:
Script 'Ring Menu' line 404: ArgumentError occurred.
wrong number of arguments (6 for 4)
Here is a screenshot of said line 404:
What really throws me is that method does ask for 6 arguments but the error is telling me its only asking for 4? Anyhow, the game crashes whenever I call this scene. Any help?
Script 'Ring Menu' line 404: ArgumentError occurred.
wrong number of arguments (6 for 4)
Here is a screenshot of said line 404:

