-
Notifications
You must be signed in to change notification settings - Fork 94
import
Ryzom Core Wiki edited this page Mar 13, 2023
·
3 revisions
title: Import description: published: true date: 2023-03-12T23:49:46.217Z tags: editor: markdown dateCreated: 2023-03-12T23:49:42.967Z
The import native AI script function imports and executes a script defined in a script rep.
()import(libName: s)
- libName (string): The name of the library to import.
()import("script_boss");
This example code imports and executes the script "script_boss" in the current AI script context.