Door Progress 2
Door Progress 2 The Problem The main problem that i had was with getting my animations to work continuously and not break or make an infinite loop. The main issue that kept happening is that once i had the full animation play the animation would usually get interrupted or not play again once you step into the box. this made it so that the door would just not function when the player stepped into it and tried to activate it. The Solution In order to fix the problem i had to rely on using the branch, get display name, and contains commands in order to make sure that the animation would run and continue to work when the player entered and left the collision box. Also i had to make the collision box big enough that the door would always fully open and close when the player was walking into it and not have to look in a weird angle to make the animation happen. Once i had this figured out the easiest way that i could find in to have the animation play forwa...