well, in WED you can add materials to models. If you wan't to assign a material to a model wich is attached, place this in your model action:
Code:

action your_weapon_action
{
//previous code goes here
//and add this:
my.material = your_material_name;
}



Last edited by bstudio; 04/07/07 19:54.

BASIC programmers never die, they GOSUB and don't RETURN.