Notifications
Clear all
Simhub General
1
Posts
1
Users
0
Reactions
1,134
Views
Topic starter
21/07/2021 4:27 pm
I'm creating an overlay to use for a broadcast for which I need to autoscroll between 3 pages with 20 cars each.
Platform: rFactor 2
Plugins: GarySwallow
I have the following formula, but that only scrolls between 2 pages.
Page 1:
if([DataCorePlugin.GameData.NewData.OpponentsCount]>=21,blink(Name,([GarySwallowDataPlugin.Options.PageChangeSpeed]*1000),1),1)
Page 2:
if([DataCorePlugin.GameData.NewData.OpponentsCount]>=21,!blink(Name,([GarySwallowDataPlugin.Options.PageChangeSpeed]*1000),1),0)
How do I adapt this formula to show 3 pages after each other?