WizardryEE/Notes/trunk/scripts/mh_s2_instrument.nss
2025-04-30 12:23:15 -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);
}
}