Frictional Games Forum (read-only)
OH GOD I HATE DOORS!!! - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: OH GOD I HATE DOORS!!! (/thread-7443.html)



OH GOD I HATE DOORS!!! - Danny Boy - 04-17-2011

I have spent one hour trying to do this.

i want a door to open slightly wend i enter a area

i used AddPropImpulse but the door does not open no matter how much strong the impulse is (actualy the door opens but 1 second later its closed again)

WHAT DO I DO?!

its like the damn door is locked although i can open it normaly!

help plz


RE: OH GOD I HATE DOORS!!! - Tottel - 04-17-2011

Please post your scripting lines. Smile


RE: OH GOD I HATE DOORS!!! - Anxt - 04-17-2011

SetSwingDoorClosed("doorname", false, false);
SetSwingDoorDisableAutoClose("doorname", true);
AddPropImpulse(blahblahblah);

Try adding the first two lines into your code.


RE: OH GOD I HATE DOORS!!! - Danny Boy - 04-17-2011

(04-17-2011, 06:07 PM)Anxt Wrote: SetSwingDoorClosed("doorname", false, false);
SetSwingDoorDisableAutoClose("doorname", true);
AddPropImpulse(blahblahblah);

Try adding the first two lines into your code.

THANK YOU!!!

it works now yay!


RE: OH GOD I HATE DOORS!!! - Anxt - 04-18-2011

Glad I could help Smile

Also:

http://images1.memegenerator.net/ImageMacro/7242834/Fucking-doors-How-do-they-work.jpg?imageSize=Medium&generatorName=AmnesiaRalph


RE: OH GOD I HATE DOORS!!! - Danny Boy - 04-18-2011

(04-18-2011, 04:15 AM)Anxt Wrote: Glad I could help Smile

Also:

http://images1.memegenerator.net/ImageMacro/7242834/Fucking-doors-How-do-they-work.jpg?imageSize=Medium&generatorName=AmnesiaRalph

LOL