-
Notifications
You must be signed in to change notification settings - Fork 94
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
The spawnManager native AI script function spawns an NPC manager.
()spawnManager(ManagerName: s) // spawnManager_s_
- ManagerName (string): The name of the manager to spawn.
()spawnManager("NPC Manager");
This example code spawns all the NPCs in the NPC manager called "NPC Manager".