Skip to main content

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

That may not be the right thing. If I get an object from its initial location, then drop it again in the same location, will this return true or false? It looks like it will return true (because it's at the initial location). I want it to return false (because it has been picked up or moved at least once).

If you drop it in its original location, it'll return true. Which tells me I named the function correctly. I'll look at implementing a movement flag later on, but for now, I think you should somehow update your own flag (probably on_tick {} or intercept get for the object.

Thanks. No problem.