-
Notifications
You must be signed in to change notification settings - Fork 94
create_named_entity
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Create Named Entity description: published: true date: 2023-03-16T23:05:46.349Z tags: editor: markdown dateCreated: 2023-03-16T22:21:58.546Z
The createNamedEntity native AI script function is used to create a named entity in the current AI service. A named entity is an entity that contains only four fields (name, state, param1, param2) and can be displayed in the web admin interface.
createNamedEntity(name: s) // createNamedEntity_s_
- name (string): The name of the named entity to create.
()createNamedEntity("Invasion");
This example code creates a new named entity with the name "Invasion".