-
Notifications
You must be signed in to change notification settings - Fork 94
despawn
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Despawn description: published: true date: 2023-03-16T23:06:13.003Z tags: editor: markdown dateCreated: 2023-03-16T22:22:33.378Z
The despawn native AI script function despawns the current group.
()despawn(Immediatly: f)
- Immediatly (float): Whether the group should despawn immediately (1) or not (0).
()despawn(1);
This example code despawns the group immediately.