alexanderpas
Sponsor
How do I call a certain method of a Class that's not the current class, nor is it the parent of it?
For example, i want to start a new game instead of getting the buzzer sound at Scene_Load (i know how to do that)
but without copying the code of Scene_Title.command_new_game in Scene_Load
Instead i just want to make a call to Scene_Title.command_new_game so that that part is processed. (improving enourmous on compability )
For example, i want to start a new game instead of getting the buzzer sound at Scene_Load (i know how to do that)
but without copying the code of Scene_Title.command_new_game in Scene_Load
Instead i just want to make a call to Scene_Title.command_new_game so that that part is processed. (improving enourmous on compability )