1. #1

    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!
    Share this post

  2. #2
    mutetus's Avatar Trials Developer
    Join Date
    Dec 2013
    Location
    The land of fin.
    Posts
    859
    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.
    Share this post

  3. #3
    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.
    Share this post

  4. #4
    TeriXeri's Avatar Senior Member
    Join Date
    Mar 2014
    Posts
    1,163


    Player event trigger x2

    Set value event

    Variable data source
    Share this post

  5. #5
    Great! thank you both for your help.
    Share this post