Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks Yal, I’ve been meaning to return to using your tools, but GM devs keep adding too many new features for me to catch a break. 😅

May I ask, does GMEdit support pre-create values on instances, or are there plans to do so?

https://gamemaker.io/en/blog/release-2022-5

I tested code that works in GM2022.5.0.8 that uses pre-created values, but GMEdit returns error “Too many arguments”.

You can update the function signature in \resources\app\api\shared\replace.gml (and paste a new fnames file to api\v23 to have new functions)

Thank you kindly. I’ve updated instance_create_layer with an extra value, I wasn’t sure how to identify it as a structure, but leaving it blank allowed the error to clear.

I think part of my problem was also needing the latest Builder - which I’ve since updated via Github to ver 1.24, and my project is compiling via GMEdit now - thank you! ☕