generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
7
_module/nss/re_stone.nss
Normal file
7
_module/nss/re_stone.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
if (GetIsInCombat(OBJECT_SELF))
|
||||
{object pc = GetLastAttacker();
|
||||
AssignCommand(pc, ClearAllActions(TRUE));}
|
||||
SetAILevel(OBJECT_SELF,AI_LEVEL_VERY_LOW);
|
||||
}
|
||||
Reference in New Issue
Block a user