- Joined
- Oct 10, 2022
- Messages
- 5
- Reaction score
- 3
- First Language
- Polish
- Primarily Uses
- RMVXA
This here is the script call for [show picture], yeah?
screen.pictures[ID].show('filename', 0, 0, 0, 100.0, 100.0, 255, 0)
If I wanted to replace the picture ID with the ID of the event running it, how would I go about it?
And I don't mean just typing in the number, I'd like to actually get the ID/make the process automatic
screen.pictures[ID].show('filename', 0, 0, 0, 100.0, 100.0, 255, 0)
If I wanted to replace the picture ID with the ID of the event running it, how would I go about it?
And I don't mean just typing in the number, I'd like to actually get the ID/make the process automatic