Platform Builder Forums

Main => Suggestions => Topic started by: Antikore on October 11, 2018, 09:12:14 PM

Title: Enemy Out of screen command prompt
Post by: Antikore on October 11, 2018, 09:12:14 PM
This command prompt will be called when an enemy falls out of the level. I need this for something!
Title: Re: Enemy Out of screen command prompt
Post by: Alley on October 11, 2018, 09:25:24 PM
For now, I think it is possible to do something like this by adding your area a bit up to add some trigger enemies below of your course. Make those harm other enemies and add your command for your special enemy for his death effect! :)
Title: Re: Enemy Out of screen command prompt
Post by: Antikore on October 11, 2018, 09:28:52 PM
I tried that, but I didn't work well. Anyways, I'm completely sure that I did something wrong. Maybe I need to refresh mind before try again.
Title: Re: Enemy Out of screen command prompt
Post by: CGM on October 29, 2018, 08:59:22 AM
Like... A new command that reads something like,
"if enemy (ID) =falls out of screen
{
complete course
}"

That would probably be a good command.