polymod icon indicating copy to clipboard operation
polymod copied to clipboard

Implement script appending/merging

Open EliteMasterEric opened this issue 3 years ago • 0 comments

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?

EliteMasterEric avatar Nov 18 '21 10:11 EliteMasterEric