I don’t know the name of this concept, but is there a way to dynamically set a var named “X” (int) based on a string var “X”?
So if my string is “Armor” in object A, i want it to set the var “Armor” (int) in object B.
Without doing a switch of course because I can have more than 150 editable vars this way.