Boss not working? [SOLVED]

Hello, I have a problem with making the code for the boss in my game. I want the “Fire2” object to be created at the position of “Boss” every 3 seconds and then drop down to the floor. However, when I test it out, it simply just… doesn’t. Please help.

Code for “Boss” and “Fire2”


Screenshot of Scene

The timer conditions are checking for a scene timer. You want to use object timer in the conditions.

Additionally, you are resetting the timer when it’s over 3 seconds in the third event, which means the conditions in the following two events will never be met. Combine the actions of the events 3,4 & 5.