Line 133
play music "audio/door_close.mp3" noloop
Should be:
play sound "audio/door_close.mp3"
Line 295
show text "{color=#FFFFFF}{size=30}{b}{i} (switch sound) {/i}{/b}{/size}{/color}" at Position(ypos=0.9)
Should be:
Line 297
play sound "audio/se_switch_2.mp3" volume 2.0
Line 465
Should be:
play sound "audio/doorbell.mp3"
Instead of using text in lieu of a sound effect, I would recommend using actual sound effects to enhance immersion. I have provided a "switch" and a "doorbell" sound effect that will aid in this endeavor. Add them to your audio folder.
I have added the changes to the script.rpy file provided by
jospaghettio with some other minor tweaks to grammar and punctuation.
I have other sound effects, if you want more.