-
Notifications
You must be signed in to change notification settings - Fork 101
set_sheet
Ryzom Core Wiki edited this page Jul 8, 2024
·
3 revisions
title: Set Sheet description: published: true date: 2023-03-16T23:11:29.077Z tags: editor: markdown dateCreated: 2023-03-16T22:29:17.577Z
The setSheet native AI script function changes the sheet of a creature.
()setSheet(sheetName: s) // setSheet_s_
- sheetName (string): The name of the new sheet to use.
()setSheet('ccdeb2');
This example code changes the sheet of the current creature to ccdeb2
.