How about structs? That would be somewhat handier than having two (or maybe later on more) single arrays.

Here's some example:

Code:
struct MyWhatever {
  STRING* modelname;
  int id;
} MyWhatever;

MyWhatever MyArray[50];

MyArray[0].modelname = str_create("Hello World");
MyArray[0].id = 2;



Hope this helps you.

greetings
K-Duke


Using A7 Free
Click and join the 3dgs irc community!
Room: #3dgs