Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
It is relatively easy with a script. The script logic is simply:
- If the current driver is the leader, then output "Leader" (or whatever)
- If not, then output the live gap data

So as input you need (at least) the position and live gap. You can do it with a multi-binding or by binding to the "entitysessionresult_object" binding and extract both from that object.

The last example script in this thread is almost exactly what you need, just need to modify that it outputs the "result.LiveGap" instead of this combination of car number and name.