-
Junior Member
Visibility of Rider / Bike
Hello all,
I've decided to mess around with effects after a crash / bail out. So i've set up the effect I want, which follows the rider around and activates when a crash or bailout happens. The problem is I can't figure out how to turn the rider and bike invisible. I assumed that it would be the visibility event but you cannot select the rider and bike as objects to be turned invisible with the visibility event. I've been messing around for a bit trying to figure it out.
So how exactly do you turn the rider and bike invisible? I know there is probably a super simple solution to my problem but I can't for the life of me figure it out lol.
Any help is appreciated,
Thank you!
-
Trials Developer
Just place a variable data source, select the rider/bike and open properties and pick the variable data source as the value for the visibility check box. Now when the value in the variable data source is other than 0, the rider/bike is visible.
-
Junior Member
Right but how would I be able to work that into only being 0 when a crash or bail out happens and not when just driving on the drive line? Because I'm only wanting the bike and rider to go invisible when those two things happen.
-
Senior Member

Player event trigger x2
Set value event
Variable data source
-
Junior Member
Great! thank you both for your help.