-
Notifications
You must be signed in to change notification settings - Fork 90
import
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Import description: published: true date: 2023-03-16T23:08:15.051Z tags: editor: markdown dateCreated: 2023-03-16T22:25:11.750Z
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.