polymod
polymod copied to clipboard
Implement script appending/merging
Take the case of two mods which modify a script. The ability to make them compatible with each other must be added, especially if they are using script_variables to define multiple functions.
Adding append() support should just fall back to the text appending method. Not certain as to what merging would actually look like though. How should Polymod know where to inject the provided code?