quote:
Originally posted by Geo
I have to try to activate a script by modifying the value " Enabled " in the register but the script does not start?
The script seems marked well in Msg +, but it is not started.
Thank's for your help
Geo
Look in the debug window for any errors at a certain line in your script
There are two types of menus that Plus! can handle static and dynamic. Static menus are set in the ScriptInfo.xml file and are loaded separately so you will still see the emnu items.
In the other case where menus are dynamic and are handled by
function OnGetScriptMenu(Location)
{
}
so this kind of menu might or might not load depending where the error existed.