PRC8/trunk/smp/smp_ai_clear.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -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;
}