hey Folks,
working on a special Leaderboard and have a question about nCalc Formula:
I would like to hide the cars from the leaderboard we use for streaming and the safety car.
For the position (see/hide) i use "if([DataCorePlugin.GameData.NewData.OpponentsCount]>=1,1,0)
for the car i can use for example: [GarySwallowDataPlugin.Leaderboard.Position01.CarName]>=abarth500 assetto corse,0,0)
- Just show the line if the OpponentsCount is 1 and the car name is NOT "abarth500 assetto corse"
- Hide the line always if the car name is "abarth500 assetto corse"
How can i use this two expressions together? Sorry, no experience with this ;-)