I am making an RPG and need some help.
I set up the characters like this:
Global Char(1 to 5) as new Char
with Char being a new class module. I would like to put some properties in the class module so that i could do something like this in my main form:
Char(1).Item1="Sword"
Char(1).Name="Bush"
anyone know how i might do this?
