Can't make moving book to move through Impulse - 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: Can't make moving book to move through Impulse (/thread-23389.html) |
Can't make moving book to move through Impulse - PutraenusAlivius - 09-26-2013 I have a problem. What I want is when a book is pulled (book_moveable at gameplay folder), another is pulled. I tried making but the books aren't being pulled. I put a Debug at each section, and they do appear which makes me to believe it's the Impulse. I have no other options. Spoiler below!
Any help is appreciated. RE: Can't make moving book to move through Impulse - Kreekakon - 09-26-2013 I'm at work right now, and don't have access to my level editor to confirm this, but... ...the moveable books are the puzzle ones you can pull from the main story in the archives am I correct? If so, I don't think you can use propforce/impulse to affect them. Maybe try something like this instead: Code: SetPropObjectStuckState("Book", 1); |