Kain Nobel
Member
I've never been able to alias the same method more than once without a "Stack Level Too Deep" error, is there a proper way to alias a method twice in different classes?
For instance, if I have one script-set that adds to the $game_temp initialize method, then another script-set that also requires adding completely different data to the $game_temp initialize method as well, how would you successfully alias the method twice between the two different sets of scripts, so they both work without adding the data directly to the class itself?
For instance, if I have one script-set that adds to the $game_temp initialize method, then another script-set that also requires adding completely different data to the $game_temp initialize method as well, how would you successfully alias the method twice between the two different sets of scripts, so they both work without adding the data directly to the class itself?