Further file organization
Further file organization
This commit is contained in:
15
nwn/nwnprc/trunk/scripts/prc_knght_ishart.nss
Normal file
15
nwn/nwnprc/trunk/scripts/prc_knght_ishart.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Knight - Improved Shield Ally, Return Value
|
||||
//:: prc_knght_ishart.nss
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Share Pain for one round
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Stratovarius
|
||||
//:: Created On: July 1, 2007
|
||||
//:://////////////////////////////////////////////
|
||||
#include "x2_inc_spellhook"
|
||||
void main()
|
||||
{
|
||||
// We want the damage dealt
|
||||
SetLocalInt(OBJECT_SELF, "ShieldAllyDamage", GetTotalDamageDealt());
|
||||
}
|
Reference in New Issue
Block a user