- Joined
- Feb 2, 2022
- Messages
- 4
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hi I was wondering if anyone knew how to make it so I can use the event id number as the picture id number, as in if Event was number one then it would be Picture id 1 and if event was number 2 it would be picture id 2 so on and so forth, I've tried it my self with not much success
$gameScreen.showPicture(($gameMap.event(this.eventId())), "Cube 1", 1, 100, 100, 100, 100, 255, 0);
Is this close to what I should be trying or should I try a different call all together, any help is appreciated.
$gameScreen.showPicture(($gameMap.event(this.eventId())), "Cube 1", 1, 100, 100, 100, 100, 255, 0);
Is this close to what I should be trying or should I try a different call all together, any help is appreciated.