Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Jumbooffical2

1
Posts
1
Topics
A member registered Jun 06, 2021

Recent community posts

(2 edits)

[GMLive][Sun 12 Jul 2026 03:19:09 PM +07][ERROR] Error in obj_player:Draw_0:

[GMLive][Sun 12 Jul 2026 03:19:09 PM +07][ERROR] obj_player:Draw_0 [line 98, col 35] Enum `QSlot` does not contain field `Mount`

Line 98: if quickslot[selected_item, QSlot.Mount] == spr_knife_mount {

Hello. I have the enum declared on a seperate script, I use quickslot variable as 2d array and game run fine but when I tried to save and update the code while gmlive is running, it throw this error. I need help to ignore this error somehow