Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

And here's the code for foo():

function foo() constructor {
    // uncommenting leads to runtime error
    //live_name = "foo"
    //if live_call()
    //    return live_result
    
    a = "qq"
}