- Joined
- Aug 2, 2015
- Messages
- 169
- Reaction score
- 26
- First Language
- English
- Primarily Uses
Hi guys.
How do you link a "@volume" or something like that, to a volume you set in other script?
I have Message SE and System Options. I already made a new volume control in the system scene for voices.
Message SE asks you for a default volume, but I want the default volume to be the same volume the players set in the System Options.
Now I probably want to change the code of Message SE in line 49 but I'm not sure how.
EDIT: Oh my god I posted this and I solved it 2 minutes later xD
I just needed "@volume = $game_system.volume
voice)" in line 49.
Sorry for posting this
How do you link a "@volume" or something like that, to a volume you set in other script?
I have Message SE and System Options. I already made a new volume control in the system scene for voices.
Message SE asks you for a default volume, but I want the default volume to be the same volume the players set in the System Options.
Now I probably want to change the code of Message SE in line 49 but I'm not sure how.
EDIT: Oh my god I posted this and I solved it 2 minutes later xD
I just needed "@volume = $game_system.volume
Sorry for posting this
Last edited by a moderator:

