-
Notifications
You must be signed in to change notification settings - Fork 94
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
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}
()setHealer(IsHealer: f)
- IsHealer (float): Whether the group is a healer group (1) or not (0).
()setHealer(1);
This example code sets the current group as a healer group.