#Is Burning check not working
1 messages · Page 1 of 1 (latest)
I kind of want this to be running the whole time while the player is on fire, and I thought that on ignite: only ran once
you can make it a while loop
when the on ignite event is called, you can use while player is burning and it will continue as a loop
oh yeah, thank you, I don't know how I didn't think about that
well I tried using both the while player is burning loop and on ignite: and neither of them were working for me. on ignite: kept giving me errors and while player is burning never worked when I was on fire
I don't know if this just isn't working for me or it doesn't work for anyone, but it seems like it should be working perfectly fine