Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

i have the same problem that these people have for example anytime i do something something like this happens 


___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Mouse Event for Left Pressed
for object objRingMenuItem:

Push :: Execution Error - Variable Index [20,0] out of range [20,-1] - 3.<unknown variable>(100048,640000)
at gml_Script_RemoveItem
############################################################################################
--------------------------------------------------------------------------------------------
stack frame is
gml_Script_RemoveItem (line 0)

gml_Object_objRingMenuItem_Mouse_4

otherwise AMAZING GAME

Now i know that he is using Game Maker.

Now i'm getting the point. must be a For using an index to go through a list of items inside a queue.
the index must be receiving the length of the list instead of receiving the length minus 1, resulting to an position beyond the list. Dev, Look at this! this is a simple fix!