frankie2000
Member
Hi!
I am just fooling around to try to understand RGSS. So this is not actually something i am going to do in a game. But it´s important for me to know how it works so i can do it if i want to.
Ok. You have the title screen with the command window. New Game, Continue, Shutdown. This is defined in the Scene_Title class.
Now if i want to add my own menu item. I would edit this class by adding som stuff. But this is dangerous because if i later distribute this script to anyone else. They may have scripts that must have the original Scene_Title class. But how can i change the class and still be sure that it works with other scripts?
Please explain.
Thanx in advance.
I am just fooling around to try to understand RGSS. So this is not actually something i am going to do in a game. But it´s important for me to know how it works so i can do it if i want to.
Ok. You have the title screen with the command window. New Game, Continue, Shutdown. This is defined in the Scene_Title class.
Now if i want to add my own menu item. I would edit this class by adding som stuff. But this is dangerous because if i later distribute this script to anyone else. They may have scripts that must have the original Scene_Title class. But how can i change the class and still be sure that it works with other scripts?
Please explain.
Thanx in advance.