-
Notifications
You must be signed in to change notification settings - Fork 94
add_hp
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Add HP description: published: true date: 2023-03-16T23:04:44.969Z tags: editor: markdown dateCreated: 2023-03-16T22:20:41.137Z
The addHP native AI script function adds hit points to each bot of the group.
()addHP(HP: f)
- HP (float): The amount of hit points to add to each bot.
()addHP(500);
This example code adds 500 hit points to each bot in the group.