Appearance
Stops the background music
engine.script({ start: [ /** * The same address as used in `playMusic` */ action.stopMusic("./assets/annoying-melody.mp3"), ], });