ĀSM Resume:
ASM is additional script module for Injection. Of course, ASM not contain own script engine for full replace of standart 'script.dll'. But ASM allow add external script modules if it made in standarts of 'script.dll'.

ASM load script engine from file 'scriptengine.dll' on start. You can load another script engine in a time. ASM remember your script engine on exit and load it on next start.

ASM fully compatible with Injection for script engine. All your scripts will work well. You don't need in change your scripts.

ASM allow to you use some additional functions. All these functions are members of class UO and names of these functions contain prefix "asm" (for example UO.asmUORestore()). But Injection not know these functions and can't recall it.

ASM panel placed to panel 'Script' of Injection main window. Panel of ASM contain few tabs. You can choice different tabs via buttons on top of panel 'Scripts'.

Main tab contain elements of ASM basic configuration and elements for call some functions ASM.

Script tab work with your script engine.

This version ASM has restriction to work with MUL files and not work with correction file.