import - ryzom/ryzomcore GitHub Wiki
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.