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
How do I make a lever???
DRedshot Offline
Senior Member

Posts: 374
Threads: 23
Joined: Jun 2011
Reputation: 11
#6
RE: How do I make a lever???

well does it call the callback? I'm not sure what you want it to do, but if you want it to stick up if you pull it up, use the "SetLeverStuckState"

Sorry if it doesn't work, I haven't made any levers in a while

if(alState==1){
SetLeverStuckState(asEntity , 1 , true);
}

That should work, if not, then just use script areas which collide with the lever at the top and the bottom Smile

09-24-2011, 08:51 AM
Find


Messages In This Thread
How do I make a lever??? - by Brute - 09-23-2011, 03:43 PM
RE: How do I make a lever??? - by Homicide13 - 09-23-2011, 04:37 PM
RE: How do I make a lever??? - by Brute - 09-23-2011, 05:48 PM
RE: How do I make a lever??? - by DRedshot - 09-23-2011, 06:22 PM
RE: How do I make a lever??? - by Brute - 09-24-2011, 08:13 AM
RE: How do I make a lever??? - by DRedshot - 09-24-2011, 08:51 AM
RE: How do I make a lever??? - by Brute - 09-24-2011, 11:52 AM
RE: How do I make a lever??? - by Brute - 09-24-2011, 03:21 PM



Users browsing this thread: 1 Guest(s)