garrys mod 1 door you van open from both sides

i figured this out on my way home from my girlfriends lol my 1st expression i worked out completely on my own no help from anyone i have too much time on my hands if yo u want to do this, create a door, put a wire hydraulic on it, 4 buttons with toggle off a smoother and a constant value of 50 have this as the E2 code: @name Door @inputs Open1 Close1 Open2 Close2 @outputs Length @persist @trigger # door open / close 1 if(Open1==1) { Length = 50 } if(Close1==1) { Length = 0 } # door open ...
Author: icychopstix; Tags: garrys mod wire expression doors


















