PRC8/nwn/trunk/smp/smp_ai_summ_cre.nss
Jaysyn904 5914ed2ab5 Updated Release Archive
Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
2023-08-22 10:00:21 -04:00

21 lines
605 B
Plaintext

/*:://////////////////////////////////////////////
//:: 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();
}