[SCRIPT] Making Door Open Slowly :/ - 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: [SCRIPT] Making Door Open Slowly :/ (/thread-15167.html) |
Making Door Open Slowly :/ - heyitsrobert97 - 04-29-2012 Hi, i want a door to open slowly in my map when you walk into a script area. but it doesn't work. i even added the disable autoclose too. here is the script. SetMoveObjectStateExt("mansion_3", 1.0f, 4.0f, 4.0f, 1.0f, true); But the Door Doesn't Even Move! But i Don't want it to slam open fast i want it to slowly open. anybody know why its not working. and the function is being called so thats not the problem RE: Making Door Open Slowly :/ - Your Computer - 04-29-2012 http://www.youtube.com/watch?v=VSZ_uWz-PeM&list=PLD326789BC99530C8&index=16 RE: Making Door Open Slowly :/ - JetlinerX - 04-30-2012 I HIGHLY recommend you follow the amazing tutorials by YouComputer (linked above) RE: Making Door Open Slowly :/ - Saren - 04-30-2012 (04-30-2012, 01:11 AM)JetlinerX Wrote: I HIGHLY recommend you follow the amazing tutorials by YouComputer (linked above)Yea, he knows what he's talking about! |