I've checked all over documentations and examples and all sorts of places, but I don't see any examples of using placing an arary in a Type Field. The compliler won't let me do it either. Am I wrong, or is there some way to accomplish this without using a bank? I don't like using the peek/poke commands honestly, and beyond that, I want to create an array that holds types in a type.
Example:
That isn't my actual code, just an example I came up with in 1 minute ^_^
Anyhow, thanks for any help provided.
Example:
Type Skill Field name$,Damage#,Img3D End Type Type Creature ;I want the creature to have upto 4 skills Field Dim Skills.Skill(4) Field name$,HP#,Img3D End Type
That isn't my actual code, just an example I came up with in 1 minute ^_^
Anyhow, thanks for any help provided.