mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 16:57:14 -05:00
Further file organization
Further file organization
This commit is contained in:
16
nwn/nwnprc/trunk/scripts/mh_s2_instrument.nss
Normal file
16
nwn/nwnprc/trunk/scripts/mh_s2_instrument.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "prc_inc_clsfunc"
|
||||
|
||||
void main()
|
||||
{
|
||||
//object oCaster = GetLastSpellCaster();
|
||||
object oCaster = OBJECT_SELF;
|
||||
|
||||
if(GetLocalInt(oCaster,"use_CIMM"))
|
||||
{
|
||||
UnactiveModeCIMM(oCaster);
|
||||
}
|
||||
else
|
||||
{
|
||||
ActiveModeCIMM(oCaster);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user