Hey D'Lanor, I just thought of something.
Would it be possible to have Python make the sound file play? What I'm getting at is this:
In my clickfile for the door, the door starts to move due to the OnNotify. Then the door get's moved along it's X coordinates, while the Y and Z stay the same. It knows when to stop because it checks the self.OpenState to see if it is >= to the place it needs to go. And vice versa for closing it.
Now, is there a way to have Python play the ogg sound file either because the button was clicked, or the door is moving?
Just curious. I don't think I've seen a python file for sound so far.