How can I stop the BGM suddenly?

Krahssen

Novice
Member
Joined
May 31, 2018
Posts
31
The events only allow me fade out the BGM, but I would like to know how I can stop it suddenly.

Thank you!
 

Vendily

Cooltrainer
Member
Joined
May 16, 2017
Posts
130
You can call pbBGMStop or pbBGMFade (They are the same) in a script command with no arguments. By default no arguments is instant stop.
The BGM fade command uses these commands but the window has a hard limit of 1 second.
 
Top