Use language plugin to change a variable's value?
BMM_Archive · July 15, 2026
Original Source
- Original title: Use language plugin to change a variable's value?
- Original author: ap9lsyn
- Original date: October 24, 2024
- Source thread: https://forums.rpgmakerweb.com/threads/use-language-plugin-to-change-a-variables-value.172811/
- Source forum path: Game Development Engines > RPG Maker MZ Support
Summary
Hello! I use a Multi-Language System Plugin to add, obviously, more languages to my game. I try to implement a system that basically makes a variable change depending on what language is set on right now, to translate CG's and use different audio. The thing is, i have no idea how to exactly implement that. I thought that Code: $gameVariables.setValue("variable", ${language}); should've worked, but it doesn't. Just to make it clear, the text code (i mean this ${language}) works correctly, it shows correct id when showing a text message, but...
Archived First Post
$gameVariables.setValue("variable", ${language});
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...