17 lines
250 B
Plaintext
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);
|
|
}
|
|
}
|