HiddenTradition_PRC8/_removed/mh_s2_instrument.nss
2024-06-20 15:47:42 -04:00

17 lines
250 B
Plaintext

#include "x2_inc_craft"
#include "mh_instr_inc"
void main()
{
object oCaster = GetLastSpellCaster();
if(GetLocalInt(oCaster,"use_CIMM"))
{
UnactiveModeCIMM(oCaster);
}
else
{
ActiveModeCIMM(oCaster);
}
}