On my map, I have a system in which a player receives rewards in a building. As it stands, at the moment, I am adding abilities to the building, the player casts the ability, and then the trigger function allows them to gain the reward by detecting the spell. The issue with this system is that if multiple rewards, using the same ability, are inside it and clicked, they both go off.
My question is, is there a better system or option than using abilities?
Thank you!
My question is, is there a better system or option than using abilities?
Thank you!