I'm having a problem that may be simple for you, but is a pretty big deal for me. When I write code, I declare an empty array. When I need to create a weapon, I append it to that array.When I made 3 weapons, when I erase("weapon"), I asked how I could erase exactly the weapon I wanted to erase.Now my array is: array["weapon","weapon","weapon"], even though I know it's all independent. But I can't use remove() method. I just want to remove with just using strings. So can someone please guide me how before mounting I need to mark the weapon so that it can be removed correctly without confusion.Also can you guide me in the same way when using dictionary?Because although each KEY is different, when creating a weapon, when creating it, how do I mark or code to distinguish them from each other?for example the code is: array["weapon"], do I need to mark anything at this step?Please help me! Thank you so much!