["Class" Name]
-Name
-Age
("Object") is a ["Class"] and inherits all variables from it.
Then something like:
// ...
var/I = new(//The object that inherits all the variables)
I.name = "Test"
I.age = 5
If anyone understands what I'm trying to do here, please help me. Thanks!
~Hi1