Posted May 30, 2019 by Nocturne Assets
#Bugfix #GameMaker #DataStructures
Hi all! This asset has just been updated to fix a major bug that was actually pretty hard to track down. GameMaker uses integer values for all data structure indices, and this asset relies heavily on different maps, grids and lists to work... So, what was happening was that a script that was supposed to be returning a DS index, was actually just returning a regular integer value. Curiously, 99% of the time this worked okay, as the integer returned actually corresponded to a data structure index but the 1% of the time it didn't work was causing a fatal crash. This was a damn tricky issue to track down and fix, but it's done now and the asset should hopefully work as advertised 100% of the time now!
Thanks for reading!
Mark