I tried to add sound notification to pm.
When i added it on login screen game crashing :/
I guess code is bad
game.py
HTML Code:
def RecvWhisper(self, name):
self.interface.RecvWhisper(name)
if os.path.exists("msg.mp3"):
snd.PlaySound("msg.mp3")






