show_picture
Display a picture at specified coordinates within an RPG Maker MZ event, controlling its position and origin point.
Instructions
Show a picture in an event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| mapId | Yes | ||
| origin | No | 0: Upper Left, 1: Center | |
| eventId | Yes | ||
| pageIndex | Yes | ||
| pictureId | No | ||
| pictureName | Yes | ||
| projectPath | Yes | ||
| insertPosition | Yes |