Using sprite:set_ignore_suspend() and as a reference the Solarus Lua API--I am running into errors, because I am not sure how to use this method. My big problem is that all of the code I have made has been for events.
Currently I have a bonfire as an animated NPC, to prevent Link from pushing/pulling, and hurt him if he interacts it. So things like flowers are ok, but this bonfire is not. I guess I could place the NPC with no sprite, and then draw a sprite on top?
Thank you for your patience! I have been using Solarus a lot for about a month, and learning as much as I can, by watching every tutorial multiple times and reading everything on this forum!! I hope to have a decent demo game soon, but it is hard for my little brain to learn without seeing examples and following along.