-
Notifications
You must be signed in to change notification settings - Fork 94
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
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.