hello everyone it possible to hide the secondary weapon of the plum?
I currently use white horn bow
im tried to switch or hide but nothing work plz help me
<!-- For Maehwa (Plum) -->
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model>
<Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_BW_SBW_0017.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model>
<Model Index="U">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_BW_SBW_0017_IN.PAC</Model>
</Conditional>
my try to hide
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA.PAC</Model>
</Conditional>
<Conditional Code="U">
<Model Index="-">1_PC/22_PKWW/WEAPON/36_SHOTBOW/PKWW_01_SBW_0004_IN.PAC</Model>
<Model Index="U">1_PC/1_PHM/Nude/PHM_ALPHA_IN.PAC</Model>
</Conditional>
(try with and without _IN on the ALPHA.PAC)