I see in the Audio Manager object different play functions for SE and something they call Static SE? Anyone know what's the difference?
Thanks!
Thanks!
playStaticSe:// rpg_managers.js - line 1460
SoundManager.playSystemSound = function(n) {
if ($dataSystem) {
AudioManager.playStaticSe($dataSystem.sounds[n]);
}
};
SoundManager.