Array of items ..
Posted: 2005-02-10 01:15:30
Hey YOKO or someone, I wish to make an array of items on my backpack.. is there any automatic function that outputs an array or i could do something such as:
For i=0 to Totalbpitems
myarray[i] = FindType()[totalbpitems]
next
a loop like such.. something like that, so i could easily separate force / might / power etc stuff from my backpack
thanks..
For i=0 to Totalbpitems
myarray[i] = FindType()[totalbpitems]
next
a loop like such.. something like that, so i could easily separate force / might / power etc stuff from my backpack
thanks..