Lets supose that you have modeled three diferend bows and 3 diferend swords for the unit you are working.
Now lets supose that all these weapons use textures of their own to make the unit more esthaetic completed.
Each bow has diferend "wood" color ,each sword has diferend colour handle etc...
In our example the bow as primary weapon starts on the warriors hands and swords in the warriors waists.
When the warriors use their swords then bows go to the back and swords come to hands.
In this case :
When the bow will be used each bow must have the commnent "primaryactive0" and the sword of the waist "secondarypassive0".
The sword on the arm must have the comment "secondaryactive0" and the bow "primarypassive0".
Then the comments will look like this:
Code:
primaryactive0
bow_01
0
Code:
primaryactive0
bow_02
0
Code:
primaryactive0
bow_03
0
The swords will have these comments
Code:
secondaryactive0
sword_01
0
Code:
secondaryactive0
sword_02
0
Code:
secondaryactive0
sword_03
0
Nottice that there is one empty line beloow last 0 in every case.