Skip to content

despawn_manager

Ryzom Core Wiki edited this page Mar 13, 2023 · 2 revisions

title: Despawn Manager description: published: true date: 2023-03-13T01:28:06.838Z tags: editor: markdown dateCreated: 2023-03-13T01:28:03.648Z

despawnManager

The despawnManager native AI script function despawns an NPC manager.

Syntax

()despawnManager(managerName: s)

Arguments

  • managerName (string): The name of the manager to despawn.

Example

()despawnManager("NPC Manager");

This example code despawns all the NPCs in the NPC manager called "NPC Manager".

Clone this wiki locally