I have one effect that needs to be seen immediately, but then I have an effect that I need to have triggered by a trigger zone. Here's what I need to accomplish:
1. Have a door start as open. I know that I'm supposed to alter something regarding the animations, but I'm not sure what exactly is supposed to be altered. I searched the forum, and I'm not sure I understand the answer. I'm a very detailed person, and I like lots of details.
2. Upon entering the trigger zone, the open door above needs to close.
Once the door closes, it needs to be only openable again once the player has the appropriate key. So I'm not sure with the door which of the following to do:
A. Use one door that is open and then closed, and then destroy that door and spawn a new door in the same place that only opens with a key; or
B. Use a door that opens only with a key for the whole thing.
I am guessing B, but I am not sure.
Anyhow, can someone help me out here? I'm not sure how to go about accomplishing the above, and I would really like to get this done. I think this would be a neat trick (the player leaves a room, sees the open door, takes a couple of steps and then watches the door close "by itself", only to realize that he needs a key to open the door again).
Anybody got any ideas on this?