I’m assuming that your script is like
function info_set_value(_instance) {
if (live_call()) return live_result;
}
and you are not passing the argument into live_call as the documentation suggests.
I’m assuming that your script is like
function info_set_value(_instance) {
if (live_call()) return live_result;
}
and you are not passing the argument into live_call as the documentation suggests.