Frictional Games Forum (read-only)
Level door - 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: Level door (/thread-7838.html)

Pages: 1 2


RE: Level door - Victor - 10-23-2011

(05-07-2011, 10:19 AM)Russ Money Wrote:
(05-07-2011, 09:37 AM)Karai16 Wrote: I tried doing it in the level editor, but now the key won't unlock the door... :/

The command you're looking for, to set the level door unlocked is this:
Code:
SetLevelDoorLocked(string& asName, bool abLocked);

Swing doors are the doors that move when push or pulled.
When I put the "SetLevelDoorLocked(blabla)", appears: "FATAL ERROR, could not match signature" - something like that...