Public actor() As actorbase
Type actorbase
num As Integer
pos As String
model As New Actor8
End Type
ok theres the basic layout, now my question is can i have a string bound directly to the actorbase root....
in other words.
actor(0)="abcd" 'this returns an error
