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