Posted by member 36955 on 2003-11-07 15:51:56 link
mzscript:
this is basically exactly how omar does it in austerity.
this could have some issues if you run the script on startup with .24.7b4, but that should be fixed in b5. also, the next version of netloadmodule will allow you to use something like $popup2path$ instead of specifying the exact location, so you dont have to change both places when you want to update the popup module.
*script bang !updatepopup
*script exec !reload
*script exec !reloadmodule $modulesdir$popup2-2.1.dll
*script ~bang
*script exec !reload
*script exec !reloadmodule $modulesdir$popup2-2.1.dll
*script ~bang
this is basically exactly how omar does it in austerity.
this could have some issues if you run the script on startup with .24.7b4, but that should be fixed in b5. also, the next version of netloadmodule will allow you to use something like $popup2path$ instead of specifying the exact location, so you dont have to change both places when you want to update the popup module.