I'm doing a little mod based on the smokin film (an npc, a kind of secret agent that is also an expert in martial arts wears it ). Basically what i need is to change the appearance of a party npc. I made an armor that uses the graphics of Mrs. Kitty in Cat's paw and it forks fine for the main character, but no for npc. Then i looked a bit into the script of enhanced miria mod and added this to mcmiria.ssl
else if ((ArmourVal==542) ) then begin
metarule3(107,self_obj,16777218,0);
floater( random(6035, 6036) );
end
542 is the id for my armor.... anyways it doesn't seem to work and the value in metarule3 should be changed to the one i want. Perhaps i modified the wrong file? Could somebody point me into the right direction?
(sorry for my english, I will try to explain things better if someone is interested)
else if ((ArmourVal==542) ) then begin
metarule3(107,self_obj,16777218,0);
floater( random(6035, 6036) );
end
542 is the id for my armor.... anyways it doesn't seem to work and the value in metarule3 should be changed to the one i want. Perhaps i modified the wrong file? Could somebody point me into the right direction?
(sorry for my english, I will try to explain things better if someone is interested)