How to make custom "classes"? in Developer Help
|
|
So, I'm making an advanced party system and I cannot find out how to do this. All I need help with is making a custom "class" (as C/C++ would put it), then how to make something a part of that "class". Example:
["Class" Name]
-Name
-Age
("Object") is a ["Class"] and inherits all variables from it.
Then something like:
var/I = new( I.name = "Test" I.age = 5
|
If anyone understands what I'm trying to do here, please help me. Thanks!
~Hi1
|