Further file organization
Further file organization
This commit is contained in:
10
nwn/nwnprc/trunk/scripts/prc_peak_smitemg.nss
Normal file
10
nwn/nwnprc/trunk/scripts/prc_peak_smitemg.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "prc_inc_smite"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
if(GetLevelByTypeArcane(oTarget))
|
||||
DoSmite(oPC, oTarget, SMITE_TYPE_CULTIST);
|
||||
}
|
||||
Reference in New Issue
Block a user