Skip to content

set_healer

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

title: Set Healer description: published: true date: 2023-03-16T23:10:49.828Z tags: editor: markdown dateCreated: 2023-03-16T22:28:25.847Z

setHealer

The setHealer native AI script function sets the current group as a healer group.

Only the first bot in the group is set as a healer. {.is-warning}

This function is not fully implemented, and needs to be tested thoroughly. {.is-danger}

Syntax

()setHealer(IsHealer: f)

Arguments

  • IsHealer (float): Whether the group is a healer group (1) or not (0).

Example

()setHealer(1);

This example code sets the current group as a healer group.

Clone this wiki locally