Skip to content

spawn_manager

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Spawn Manager description: published: true date: 2023-03-16T23:11:56.035Z tags: editor: markdown dateCreated: 2023-03-16T22:29:51.906Z

spawnManager

The spawnManager native AI script function spawns an NPC manager.

Syntax

()spawnManager(ManagerName: s) // spawnManager_s_

Arguments

  • ManagerName (string): The name of the manager to spawn.

Example

()spawnManager("NPC Manager");

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

Clone this wiki locally