Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Endless Enemy spawn Game Maker Studio 2

A topic by Azkyy created May 14, 2020 Views: 476 Replies: 4
Viewing posts 1 to 3

Does anyone here know how to make endless enemy spawner I cant figure it out and cant find anything online

Host (1 edit)

Make an object and in the create event put in:         alarm[0] = "put seconds here" * room_speed ;            create an alarm 0 event and put this:                   instance_create(x, y, "The name of the enemy object"); alarm[0] = "put seconds here" * room_speed ; 

yo dude, i made exactly same thing, but it says

"

___________________________________________

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

ERROR in

action number 1

of Create Event

for object Object7:

DoMul :: Execution Error

 at gml_Object_Object7_Create_0 (line 1) - alarm[0] = "5" * room_speed * 5;

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

gml_Object_Object7_Create_0 (line 1)

"

Host

This might help you understand it better 

thanks man helped me out a lot