HoS_PRC8/_mod/_module/nss/npcact_use_panvi.nss
Jaysyn904 e2f4ba74d5 Merged redundant hak files
Merged redundant hak files.  Moved hak scripts into module.  Updated gitignore.  Full Compile.  Added release folder & archive.
2024-12-12 15:02:17 -05:00

16 lines
557 B
Plaintext

/////////////////////////////////////////////////////
// NPC ACTIVITIES 5.0 - OnPhysicalAttack Anvil
//--------------------------------------------------
// By Deva Bryson Winblood.
// Also used with NPC ACTIVITIES 6.0 but, did not require modification
/////////////////////////////////////////////////////
// SCRIPT: npcact_use_panvi
/////////////////////////////////////////////////////
void main()
{
effect eSpark=EffectVisualEffect(VFX_COM_SPARKS_PARRY);
object oMe=OBJECT_SELF;
ApplyEffectToObject(DURATION_TYPE_INSTANT,eSpark,oMe,1.0);
}