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

Latest version - 1.4.9999 r45042 stand alone (not Steam)

The same thing seem to happen with strings also but not with numbers.

edit: strings work fine with older version of asset: Apollo.gmez

edit2: same problem with dll from 'Apollo-GMS1.gmez' that needs debug runtime

edit3: this appears to fix the issue: in 'lua_global_get' replace

return lua_buffer_read(b);

with

var tmp = lua_buffer_read(b);

return tmp;


some GMS internal black magic I guess

GMS 1.4.9999 can be buggier than 1.4.1804 in some regards. Would have to check if there are any other spots that do return a_script()