This script lives in the InnerSpace/Scripts directory and contains:
Code: Select all
function main()
{
ext -require isxeq
ext isxeqchatwnd
ext isxeqcustombinds
ext isxeqitemdisplay
ext isxeqlabels
ext isxeqmap
}However, extensions loaded in this manner can't seem to find their .xml configurations. They save configs in the InnerSpace/Scripts directory, but don't load the saved settings.
If I manually load the extensions using the console, they save/load their settings from .xml files located in the InnerSpace/ directory.
What am I doing wrong?

