Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

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.