set_client_sheet - ryzom/ryzomcore GitHub Wiki


title: Set Client Sheet description: published: true date: 2023-03-12T19:10:37.482Z tags: editor: markdown dateCreated: 2023-03-12T19:10:34.755Z

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.

⚠️ **GitHub.com Fallback** ⚠️