I know this is a script error, so i've checked my scene_map script and i left it like this:
#--------------------------------------------------------------------------
# * Call Menu Screen
#--------------------------------------------------------------------------
def call_menu
Sound.play_ok
SceneManager.call(Scene_Item)
update
end
# * Call Menu Screen
#--------------------------------------------------------------------------
def call_menu
Sound.play_ok
SceneManager.call(Scene_Item)
update
end
I was able to solve this issues on the past but now i don't remember why this specific error happen.
Any idea would be great
Thanks!