How would i make a combine door like combine_door01 slide open
Parent it to a door?
i mean animated
Make it a prop_dynamic and set it’s animation.
and now that i can actually toggle it open en close it with a trigger or/en button
Prop_Dynamic
Name: CombineDoor1
Model:Models/Props_combine/combine_door01.mdl (I think that’s the path)
Now make a brush, and press Ctrl + T and set it to Func_Button
Func_Button
Name:CombineButton1
Now click outputs.
Add a new one.
OnPressed > Input
CombineDoor1 > Target
Setanimation > Output
Open > Variable/Etc
0 > Delay
If you want it to close with a button too.
Make another Func_Button
Func_Button
Name:CombineButton2
Now click outputs.
Add a new one.
OnPressed > Input
CombineDoor1 > Target
Setanimation > Output
Close > Variable/Etc
0 > Delay
all but one thing where does the
Open > Variable/Etc stand?
You have 5/6 boxes. (Not sure exact number)
Delay is the set of numbers (Default is 0.00)
It’s the box above that I think.