mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-17 15:07:15 -05:00
Further file organization
Further file organization
This commit is contained in:
20
nwn/nwnprc/trunk/smp/smp_ai_summ_cre.nss
Normal file
20
nwn/nwnprc/trunk/smp/smp_ai_summ_cre.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: Name Summon Monster - On Combat Round End
|
||||
//:: FileName SMP_AI_Summ_CRE
|
||||
//:://////////////////////////////////////////////
|
||||
On Combat Round End.
|
||||
|
||||
This will get the thing to attack, and attack it. As summons usually have
|
||||
little or no spells, only cirtain things are checked for in the combat AI file
|
||||
executed.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jasperre
|
||||
//::////////////////////////////////////////////*/
|
||||
|
||||
#include "SMP_AI_INCLUDE"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Calls combat script
|
||||
SMPAI_SummonAttack();
|
||||
}
|
||||
Reference in New Issue
Block a user