Further file organization
Further file organization
This commit is contained in:
16
nwn/nwnprc/trunk/smp/smp_ai_clear.nss
Normal file
16
nwn/nwnprc/trunk/smp/smp_ai_clear.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: Name Clear All Actions
|
||||
//:: FileName SMP_AI_Clear
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Notes
|
||||
//:://////////////////////////////////////////////
|
||||
Empty script file for AI. Clears All Actions.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jasperre
|
||||
//::////////////////////////////////////////////*/
|
||||
|
||||
void main()
|
||||
{
|
||||
ClearAllActions();
|
||||
return;
|
||||
}
|
Reference in New Issue
Block a user