in the main() function of the script, be sure you have something like:
Code:
if !${ISXEVE.IsReady}
{
echo "ISXEVE is not ready...."
if !${ISXEVE(exists)}
ext isxeve
do
{
waitframe
}
while !${ISXEVE.IsReady}
}
If it then says ISXEVE isn't ready and just sits there doing nothing, then you have bigger problems.
But yea, the first thing you have to do before using scripts is to load ISXEVE. The setup instructions for ISXEVE explains how to do this.