<b><!--sizeo:4--><span style="font-size:14pt;line-height:100%"><!--/sizeo-->Indians are done!<!--sizec--></span><!--/sizec--></b>
initModels.c entry:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> makeref(model,Models[n]);
model.description = "A very natural look, a pack of native clothes would be good.";
model.id = "Indian1_1";
model.FaceId = Indian1_1;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;
makeref(model,Models[n]);
model.description = "Clothes of a Caribbean indian.";
model.id = "Indian1_2";
model.FaceId = Indian1_2;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;
makeref(model,Models[n]);
model.description = "Native is the word! Some Indians clothes.";
model.id = "Indian1_3";
model.FaceId = Indian1_3;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;
makeref(model,Models[n]);
model.description = "Clothes of a Native Warrior.";
model.id = "Indian2";
model.FaceId = Indian2;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;
makeref(model,Models[n]);
model.description = "An eldery Indian.";
model.id = "Indian1";
model.FaceId = Indian1;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;
makeref(model,Models[n]);
model.description = "An Indian Warrior.";
model.id = "Indian3";
model.FaceId = Indian3;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;
makeref(model,Models[n]);
model.description = "A beautiful indian woman, which sailor couldn't fall in love with this Pocahontas?";
model.id = "Indian_girl1";
model.FaceId = Indiangirl1;
model.price = 100;
model.assigned = true;
AssignModelType(isstart, &model, "Natives", 1.0);
n++;<!--c2--></div><!--ec2-->
models_description.ini
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->A very natural look, a pack of native clothes would be good.{A very natural look, a pack of native clothes would be good.}
Clothes of a Caribbean indian.{Clothes of a Caribbean indian.}
Native is the word! Some Indians clothes.{Native is the word! Some Indians clothes.}
Clothes of a Native Warrior.{Clothes of a Native Warrior.}
An eldery Indian.(An eldery Indian.)
An Indian Warrior.{An Indian Warrior.}
A beautiful indian woman, which sailor couldn't fall in love with this Pocahontas?{A beautiful indian woman, which sailor couldn't fall in love with this Pocahontas?}<!--c2--></div><!--ec2-->
Have fun with it!
They are on the FTP in my folder right now!