Execute_SpawnNewBookObject
Description
Creates a new BookObject and attaches it to the hand of the BaseObject character. If S1 is None or the book ID is not found in the table, a random book is selected.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character who will receive the spawned book object |
| S1 | BookId to spawn (Book.json Id). If None or not found, a random book is selected |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Spawn a specific book and attach to Self | Self | SpawnNewBookObject | Book_Novel_001 |
| Spawn a random book and attach to Target | Target | SpawnNewBookObject | |
| Spawn a cookbook and attach to Self | Self | SpawnNewBookObject | Book_Cook_001 |
Back to Command FinderSearch and filter all 399 Script Execution documents