Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Push up door smooth script
paththeir Offline
Junior Member

Posts: 8
Threads: 1
Joined: Mar 2012
Reputation: 0
#6
RE: Push up door smooth script

This is because you're using integers, not floats. It will looks like:
void opening(string &in asParent, string &in asChild, int alState)
{
122 SetSwingDoorDisableAutoClose("castle", true);
123 SetSwingDoorClosed("castle", false, true); //Yes, you could add it
124 AddPropImpulse("castle", 0.0f, 0.0f, -20.0f, "world");
}
(This post was last modified: 05-29-2012, 10:47 AM by paththeir.)
05-29-2012, 10:47 AM
Find


Messages In This Thread
Push up door smooth script - by stevenbocco - 05-22-2012, 08:59 PM
RE: Push up door smooth script - by FragdaddyXXL - 05-22-2012, 09:48 PM
RE: Push up door smooth script - by stevenbocco - 05-22-2012, 10:42 PM
RE: Push up door smooth script - by stevenbocco - 05-23-2012, 12:14 PM
RE: Push up door smooth script - by FragdaddyXXL - 05-23-2012, 06:13 PM
RE: Push up door smooth script - by paththeir - 05-29-2012, 10:47 AM
RE: Push up door smooth script - by Adrianis - 05-29-2012, 01:33 PM



Users browsing this thread: 1 Guest(s)