Place a journal note
create-scene-noteAdd clickable scene notes at pixel coordinates that open a journal or specific page, making map locations interactive.
Instructions
Place a note on a scene at pixel coordinates that opens a journal, or one page of it, when clicked. Useful to make the places on a town map clickable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X in scene pixels | |
| y | Yes | Y in scene pixels | |
| icon | No | Icon path, default "icons/svg/book.svg" | |
| label | No | Text shown at the note | |
| iconSize | No | Icon size in pixels, default 40 | |
| pageName | No | Page of that journal, by id or exact name | |
| journalName | Yes | Id or name of the journal | |
| sceneIdentifier | Yes | Id or name of the scene. A name matches exactly, or in any case when only one scene has it. |