Ok, I'm developing a script: Let's say I want to modify a single line (or a single one of those 'when' statements if it makes it easier) of the "move_type_custom" method in Game_Character 2.
Now since the bit I want to modify is right in the middle, I can't alias the method (as far as I know). I'd have to copy/paste the entire thing, and modify that single line (therefore overwriting the entire thing) - wouldn't I?
Or is there an easier way to do it (or one that involves less lines that haven't changed at all >_<)?
Now since the bit I want to modify is right in the middle, I can't alias the method (as far as I know). I'd have to copy/paste the entire thing, and modify that single line (therefore overwriting the entire thing) - wouldn't I?
Or is there an easier way to do it (or one that involves less lines that haven't changed at all >_<)?