can I used an element like characters[2] to create an object out of it like an object from the class other character would be
OtherCharacter : characters[2]
I need to dynamically be able to create objects for the amount of characters in the vector or is their a better way of doing this.