SetSwingDoorClosed problem - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: SetSwingDoorClosed problem (/thread-9550.html) |
SetSwingDoorClosed problem - Rapture - 08-02-2011 I can't get the door (cellar_wood01)to open. I know my function works, because if I change the "false" to "true", the door will close. But it refuses to open. Anyone got a solution? RE: SetSwingDoorClosed problem - Kyle - 08-02-2011 The SetSwingDoorClosed command function doesn't work the way most people think it should. Try adding a prop force/impulse in the correct direction from which the door opens. http://wiki.frictionalgames.com/hpl2/tutorials/script/pushdoorsopen |