$12256 / $11500
Hello!
I'm having a great time learning to use the Flare engine to develop my own project, and am stumped by the fact that an event can check if the player has an item in their inventory with requires_item, but apparently this does not apply to an item they are wearing. Is there no way to check if the player actually has an item equipped?
Thanks!
https://github.com/flareteam/flare-engine/wiki/Attribute-Reference This is the best I can come up with in a pinch. When I get stuck I just look through this and try to see if I can find something that can work. Then test it, improve it and try again if it is still having issues. I am hoping 1.13 can add a few more ~tools / character progression with decimal support for stats so I suppose sometimes things might be added if after testing you still have issues. Iterate, iterate, iterate.
Hi Amnesia,
Thanks for the suggestion, but I already have the attribute reference bookmarked, and it might be my default new tab address, lol. There's so much good stuff in there, and that's where I start as well, I was just surprised not to see what I thought would be a slam dunk property. Hopefully they can add something like requires_equipped and requires_not_equipped or something.