HI there,
Got a quick question. How do you remove a specific SMMode(e.i. SM_BANK15, SM_SHOUT001, SM_ATTACK_UP1) ? I already tried the
Code:
AddSMMode( i, 0 );
// i being the SMMode I want to remove.
But it doesnt seem to work. I also tried the.
Code:
m_dwSMTime[i] = 0;
// Again i being the SMMode I want to remove.
and also it didnt work. anyone got any ideas? Thanks.