set_healer - ryzom/ryzomcore GitHub Wiki


title: Set Healer description: published: true date: 2023-03-12T23:31:23.664Z tags: editor: markdown dateCreated: 2023-03-12T23:31:20.602Z

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.

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