kbot help

Amadeus

The Maestro
Staff member
This probably has nothing to do with your particular question; however, the script is missing some important lines:

This needs to be added at the beginning of the function main() right after the lines:
Code:
 ;Load ISXVG if its not loaded
 ext -require isxvg
ADD THIS:
Code:
; wait until ISXVG has finished loading/patching
do
{
   wait 10
}
while !${ISXVG.IsReady}
 
Top Bottom