-
Notifications
You must be signed in to change notification settings - Fork 94
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
The ignoreOffensiveActions native AI script function makes the bots of the group ignore offensive actions issued on them.
()ignoreOffensiveActions(IgnoreOffensiveActions: f) // ignoreOffensiveActions_f_
- IgnoreOffensiveActions (float): Whether to ignore offensive actions (1) or not (0).
()ignoreOffensiveActions(1);
This example code makes the bots of the group ignore offensive actions issued on them.