Due to increasing spam attacks, forum registrations are currently paused to keep our community safe and spam-free. Come hang out and stay connected with us on the SimHub Discord: https://discord.com/invite/nBBMuX7!
Catch you on Discord — and thanks for understanding!
Catch you on Discord — and thanks for understanding!
Notifications
Clear all
Simhub General
1
Posts
1
Users
0
Reactions
1,371
Views
Topic starter
21/07/2021 5: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?