I was just trying to see if I could figure out how to make objects inherit the variables from the object they were birthed from, but whenever an object gives birth, the baby always has the basic starting out variables rather than ones inherited from their parent.
How could I change it so the newly birthed object has the same or near same variable to the object they were birthed from?