Notifications
Clear all
Topic starter
28/04/2021 3:25 pm
Hi there, can someone help me with a formula that's returns TRUE if "DataCorePlugin.GameRawData.Realtime.SessionEndTime" falls below a certain value (e.g. 240 seconds) ?! I'm obviously too dumb to get it working.
Β
Thanks in advance π
28/04/2021 3:44 pm
Hello !Β
You have basic examples like that here : https://github.com/SHWotever/SimHub/wiki/NCalc-scripting---Introduction#showing-a-text-when-the-speed-goes-over-200kmh
BasicallyΒ :
[DataCorePlugin.GameRawData.Realtime.SessionEndTime] <240Β
Β
Topic starter
28/04/2021 4:04 pm
Wow, that was fast 🙂 ... Appreciate your help + work man!! 👍 😀Β