Page 1 of 1
Only re-gen when on death?
Posted: Tue Aug 19, 2014 6:51 am
by Blck_Guy
How do you make some re-generate when one death?
I can't work it out.
Example:
Bowser fight, fire flower spawns every 15 seconds.
Once spawned, it does not spawn until the player picks it up. (death event?).
Then it starts spawning again.
Repeat.
Cheers!!
Re: Only re-gen when on death?
Posted: Tue Aug 19, 2014 6:58 am
by bossedit8
If a flower has been spawned into this room (Activate), the generator disappears and make a event that makes the generator reappear and after that make sure that the flower on a generator makes it reappear on "Death".
Re: Only re-gen when on death?
Posted: Tue Aug 19, 2014 8:18 pm
by Blck_Guy
bossedit8 wrote:If a flower has been spawned into this room (Activate), the generator disappears and make a event that makes the generator reappear and after that make sure that the flower on a generator makes it reappear on "Death".
I tried this before asking this post and the flower that was generated (on activate) it also disapeared
Re: Only re-gen when on death?
Posted: Tue Aug 19, 2014 9:05 pm
by Chad
It sounds like the flower's being hidden before the generator can fully spawn it, as I've seen that happen a lot before.
Create an extra event that triggers the generator-hiding event in a short delay (like 1 second or something - it needs to be enough for the flower to fully spawn), then link the flower's Activate trigger to that.