Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Not sure if it's just happening with me but some of the locations that you gotta shoot to make the item spawn are making my game crash after the item spawns. And then this shows:

___________________________________________

############################################################################################

ERROR in action number 1

of  Step Event0 for object obj_p1_projectile:

unable to convert string "fin" to int64

at gml_Object_obj_p1_projectile_Step_0

############################################################################################

gml_Object_obj_p1_projectile_Step_0 (line -1)


This happens on the first and second lamp post at the beginning and on the second lamp post after the airplanes area. Not sure if there are more hidden spots with this issue, so I'll check out again to make sure.

UPDATE: The only other one I found out was the other lamp post after the airplaines area. Which confirms this is only happening on the lamp posts.

(+1)

Thanks a lot for your bug report!
I've just uploaded a new v0.3.1 version of the demo that fixes that issue, it was merely an oversight with player projectile not recognizing strings.
Appreciate the help and thanks for checking out the project!

(+1)

No problem! Keep up the good work!