Skip to content

ignore_offensive_actions

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Ignore Offensive Actions description: published: true date: 2023-03-16T23:08:12.002Z tags: editor: markdown dateCreated: 2023-03-16T22:25:08.155Z

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.

Clone this wiki locally