-
Checkpoint trigger only in restart?
First off I want to give thanks, I've been here asking numerous questions and you guys are great for helping me out. I'm still on the same track and I've come across yet another problem. When I pass my checkpoint I set the checkpoint trigger off, and I only want it to go off when you restart at it. I have a feeling this may be difficult to do. :/
-
Re: Checkpoint trigger only in restart?
To be more clear, I meant the checkpoint trigger activates when I pass it, I just want it to activate when hitting B.
-
Senior Member
Re: Checkpoint trigger only in restart?
You need the checkpoint activation
You need to do this:
Checkpoint trigger-->Set value event: Add 1.00-->Variable data source: value 0, reset at checkpoint restart UNCHECKED.
Then you need an Interval trigger set to 1 tick-->Generic Filter: on true-->the thing you want to happen.
The generic filter comparison value one: Variable data source, comparison value two: 2 and set it to greater equals.
That means the first time the rider passes the checkpoint, the thing will not happen, but after pressing B, the value is 2 and then the thing will happen.
Hope that helps!
-
Re: Checkpoint trigger only in restart?
I actually sat down with the damn triggers and sources til I finally made it work. I also had to make it only work once. Not the easiest thing to learn these trigger systems all by yourself
I'm sure your way would've worked too, thanks man.