- Joined
- May 4, 2017
- Messages
- 57
- Reaction score
- 39
- First Language
- English
- Primarily Uses
- RMMV
◆Script:AudioManager.playBgm({ name: $gameVariables.value(1309), volume: $gameVariables.value(1310), pitch: $gameVariables.value(1311), pan: $gameVariables.value(1312)});
I am using this above code to designate BGM to play and settings to use. it works 100% perfectly, but now I need a way to specify a starting point. is it possible to modify this to incorporate a starting position? I have been experimenting with this for some time but have had zero success.
I am using this above code to designate BGM to play and settings to use. it works 100% perfectly, but now I need a way to specify a starting point. is it possible to modify this to incorporate a starting position? I have been experimenting with this for some time but have had zero success.