You should use axlCmdRegister to register your command and run it that way. ie axlCmdRegister("call do something" 'CalldoSomething) In your script then just have the line: call do something
↧