Today you can't trigger blinking of the whole screen using a trigger, you can create a blinking screen and switch to it using events (you can create your own events), but i don't think it's adapted to your request.
However In formula mode you can make each part blink by using the formula mode with the blink function:
Here is a sample of a blinking rpm when rpms are over 90% :
if(blink('rpmblink', 250,[SerialDashPlugin.ComputedRPMPercent]>90),'', format([DataCorePlugin.GameData.NewData.Rpms],'0'))
View attachment 222489
It works! I wouldnt have thought of that.
Whats the '250' parameter for?