(1)
first my problem is that i want to make that single form become 25 forms, each acting independantly. i was thinking clones, but as im sure everyone knows "actor.cloneindex.textnumber" will not work. probably because the system doesnt know if im trying to do two cloneindexes or two textnumbers or one of each. silly system! but anyway, i noticed that a Actor* function has been tossed around in other similar threads, but i just cant seem to figure out how to use it. how does this work?
(2)
i also want to make a master form, one that can reset everything, keep track of turn count, etc. that should fall into place as soon as i figure out how to do the first point.
(3)
and lastly i want to make it so that each form will be sorted in numerical order by initiative, basically each form is set up in a wire frame, while text and buttons and such are parented by the form they manage. this page here shows a pretty good way of doing that, and im sure if i got creative i could figure that out too. maybe some sort of variable that would put the form with the highest initiative in wire frame 1, the next in wire frame 2, etc. im confidant i can figure this out on my own, but any tips are appreciated

http://mathbits.com/mathbits/compsci/arrays/sorting.htm
ive attatched two zip files, one has the working form but there is only one. the other zip has 25 forms (how i want it to look) but they dont work because i dont know how to do the clones yet
