Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

Downloaded the fix which got me past the server issues. But now updating my create objects using the live_auto_call gives me the error...
---
Couldn't find `function_name` in `function/location/Create_0.gml`

---

Everything looks right to me. I checked the raw file and the function is definitely there. Not sure why it doesn't see it. Appreciate the help!

Make sure that:

  1. You’re using live_name if it’s a function-in-a-function or function-in-an-event
  2. Not using live_auto_call macro - that is currently a bit buggy

Ahh got it. Seems like using live_call() worked just fine . 2 - I'll keep that in mind. lol