PRC8/nwn/nwnprc/trunk/smp/smp_ai_clear.nss
Jaysyn904 d87fe14826 Further file organization
Further file organization
2023-08-23 22:11:00 -04:00

17 lines
449 B
Plaintext

/*:://////////////////////////////////////////////
//:: Name Clear All Actions
//:: FileName SMP_AI_Clear
//:://////////////////////////////////////////////
//:: Notes
//:://////////////////////////////////////////////
Empty script file for AI. Clears All Actions.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
void main()
{
ClearAllActions();
return;
}