Skip to content

set_client_sheet

Ryzom Core Wiki edited this page Jul 8, 2024 · 3 revisions

title: Set Client Sheet description: published: true date: 2023-03-16T23:10:20.214Z tags: editor: markdown dateCreated: 2023-03-16T22:27:47.488Z

setClientSheet

The setClientSheet native AI script function changes the client sheet of a creature, affecting visual appearance only.

Syntax

()setClientSheet(sheetName: s) // setClientSheet_s_

Arguments

  • sheetName (string): The name of the client sheet to set.

Examples

()setClientSheet('ccdeb2');

This example code changes the client sheet of a creature to 'ccdeb2', affecting its visual appearance.

Clone this wiki locally