1
0
forked from Jaysyn/PRC8

17 lines
265 B
Plaintext
Raw Permalink Normal View History

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