Currently I'm working on a BUILD based game. For starting point, I want to use Ken's test game code. I'm working on to remove Ken's sound system code, because I want to use the Apogee Sound System instead. So I removed a lot of "wsayfollow", but I have a problem: some doors are not working! The horizontal sliding doors and the angled doors are okay, but the vertical sliding doors are not working. If I press the use key, nothing happens.
What does wsayfollow do? I thought it's only spawns a sound for the doors/sprites, but looks like it does something more... :shock:
Edited at
Awesoken at
When removing wsayfollow, did you also remove the setanimation call inside the 'if' statement of the line directly above it? That would be bad.