- Joined
- Dec 1, 2017
- Messages
- 26
- Reaction score
- 5
- First Language
- English
- Primarily Uses
- RMMV
I want a conditional branch that checks if an even uses a certain image.
what do I type into the script box?
what do I type into the script box?
Works great, thank you!If the check is inside event you can useCode:$gameMap.event(EVENTID)._characterName === "Insert filename without png inside quotes";
Code:$gameMap.event(this._eventId)._characterName