Initial commit. Updated release archive.
This commit is contained in:
16
_removed/mh_s2_instrument.nss
Normal file
16
_removed/mh_s2_instrument.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "x2_inc_craft"
|
||||
#include "mh_instr_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oCaster = GetLastSpellCaster();
|
||||
|
||||
if(GetLocalInt(oCaster,"use_CIMM"))
|
||||
{
|
||||
UnactiveModeCIMM(oCaster);
|
||||
}
|
||||
else
|
||||
{
|
||||
ActiveModeCIMM(oCaster);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user