PRC8_fork/trunk/scripts/mh_s2_instrument.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

17 lines
265 B
Plaintext

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