Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
17 lines
265 B
Plaintext
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);
|
|
}
|
|
}
|