-
Notifications
You must be signed in to change notification settings - Fork 94
despawn_manager
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Despawn Manager description: published: true date: 2023-03-16T23:06:18.924Z tags: editor: markdown dateCreated: 2023-03-16T22:22:40.526Z
The despawnManager native AI script function despawns an NPC manager.
()despawnManager(managerName: s)
- managerName (string): The name of the manager to despawn.
()despawnManager("NPC Manager");
This example code despawns all the NPCs in the NPC manager called "NPC Manager".