Just wondering if ActionTimer could be used when the HoldValue timer is up? To fade the PeakHold down like when hovering/leaving over a skin to enlarge/shrink it.
Trouble is, I don't understand how your formulas work:
((TimeValue+#Update#>=#TimeMax#)||(CurrValue>HoldValue)?0:TimeValue+#Update#)
I get the first part, then two || mean OR, but get lost at the ?0: What does it mean? Tried that regex site you pointed to, but gives error with the ?
Also, does && mean AND?
Trouble is, I don't understand how your formulas work:
((TimeValue+#Update#>=#TimeMax#)||(CurrValue>HoldValue)?0:TimeValue+#Update#)
I get the first part, then two || mean OR, but get lost at the ?0: What does it mean? Tried that regex site you pointed to, but gives error with the ?
Also, does && mean AND?
Statistics: Posted by sl23 — Yesterday, 8:22 pm