How to Permanently Open Door After Passed By Path Track?

Skittelz

L6: Sharp Member
Mar 17, 2016
399
281
Screenshot_2.jpg

i want to make it so that after the selected path_track is passed, the door shown will open permanently, and will never close.
 

SnickerPuffs

(*single chuckle*)
aa
Apr 10, 2014
1,315
1,858
"OnFullyOpen !self kill" should work, unless I'm misunderstanding what you want.
 

Izotope

Sourcerer
aa
May 13, 2013
698
764
You add the Open output "OnPass" from your path_track as usual.
Make sure the door's "Delay before reset" is set to -1.
That's it really
 

BigfootBeto

Party Time 2.0!
aa
Jun 8, 2016
496
847
I think since the door would open like normal with the trigger there, you'd want it to close by itself, so the "Delay before reset" parameter may not work. Instead just send a second output telling the door to lock. When a door is locked it wont open or close.

So: "OnPass"-door-Open and "OnPass"-door-SetLocked

(it's SetLocked iirc, if it's something else you get the idea)
 

Gorgonzilla

L3: Member
Dec 1, 2016
133
41
If you want it to open and close before the point is capped, maybe use a OnPass and disable the door's trigger, then make it stay open with a Open on the door.
 

henke37

aa
Sep 23, 2011
2,075
515
Kill the trigger and manually send the Open input to the door. It's that simple.