set_client_sheet - ryzom/ryzomcore GitHub Wiki
title: Set Client Sheet description: published: true date: 2023-03-16T23:10:20.214Z tags: editor: markdown dateCreated: 2023-03-16T22:27:47.488Z
The setClientSheet native AI script function changes the client sheet of a creature, affecting visual appearance only.
()setClientSheet(sheetName: s) // setClientSheet_s_
- sheetName (string): The name of the client sheet to set.
()setClientSheet('ccdeb2');
This example code changes the client sheet of a creature to 'ccdeb2', affecting its visual appearance.