I want to make a label blink when a target gets close, it also blinks faster if the target is closer and blinks slowly when the target is far.
Im also doing the Hud part of my new craft, it might take long due to inconvenience.
I want to make a label blink when a target gets close, it also blinks faster if the target is closer and blinks slowly when the target is far.
Im also doing the Hud part of my new craft, it might take long due to inconvenience.
<color=#{sin(Time*(240+(min(TargetSelected=true&TargetDistance<10000?(abs(TargetDistance-10000)):0,10000)/10)))>0? "FFFFFF" : "000000"}>
240
- this is the passive blinking frequency of the label.10000
- maximum distance for transition to active blinking.10
- frequency of active blinking, the higher this number, the less frequent the interval, the lower the number - the more frequent the interval.