ignore_offensive_actions - ryzom/ryzomcore GitHub Wiki


title: Ignore Offensive Actions description: published: true date: 2023-03-13T00:38:12.766Z tags: editor: markdown dateCreated: 2023-03-13T00:38:09.373Z

ignoreOffensiveActions

The ignoreOffensiveActions native AI script function makes the bots of the group ignore offensive actions issued on them.

Syntax

()ignoreOffensiveActions(IgnoreOffensiveActions: f) // ignoreOffensiveActions_f_

Arguments

  • IgnoreOffensiveActions (float): Whether to ignore offensive actions (1) or not (0).

Example

()ignoreOffensiveActions(1);

This example code makes the bots of the group ignore offensive actions issued on them.

⚠️ **GitHub.com Fallback** ⚠️