Frictional Games Forum (read-only)

Full Version: Making Door Open Slowly :/
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 problemUndecided
I HIGHLY recommend you follow the amazing tutorials by YouComputer (linked above)
(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!