Further file organization
Further file organization
This commit is contained in:
21
nwn/nwnprc/trunk/scripts/prc_attack.nss
Normal file
21
nwn/nwnprc/trunk/scripts/prc_attack.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Attack Script
|
||||
//:: prc_attack.nss
|
||||
//::///////////////////////////////////////////////
|
||||
/*
|
||||
Calls a scripted full round attack
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Modified By: Stratovarius
|
||||
//:: Modified On: 9.7.2020
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "prc_inc_combat"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = OBJECT_SELF;
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
effect eDummy;
|
||||
PerformAttackRound(oTarget, oPC, eDummy);
|
||||
}
|
Reference in New Issue
Block a user