Pages:
Actions
  • #1 by chilli on 17 Mar 2021
  • Hi

    Just wondered if anyone had any opinion on how best to deal with disallowed goals and getting triggers to refire?

    For example my trigger set has just placed the 2nd back bet into a market and then a goal went in so my green up trigger fired and everything was fine and dandy. Unfortunately the goal was disallowed by VAR so game resumes at 0-0. BUT my triggers have already placed the 2nd back bet and the green up trigger has fired but were cancelled after the restart so now won't replace the 2nd back bet and I've had to green up manually just now. 

    Is this something I'll just have to live with?



  • #2 by MarkV on 17 Mar 2021
  • Hi
    Never tried this but perhaps you could do something with market_pscore variables which are the values of the previous score before market_score.

    example:
    condition block to detect VAR
    OR
    selections trigger expression market_pscore1 is greater than 0
    and selections trigger expression market_score1 is equal to market_pscore1
    OR
    selections trigger expression market_pscore2 is greater than 0
    and selections trigger expression market_score2 is equal to market_pscore2
    .... then do your green up etc...

    what I don't know is if market_pscore retains the first value after a VAR

    OR you could simply set a user variable as a "high" goal count e.g.
    set user variable name: goalhigh value: market_score1+market_score2
    condition: market_score1+market_score2 is greater than goalhigh
    no more often than say 45 secs

    then to detect VAR:
    market_score1+market_score2 is less than goalhigh
    ... do your VAR actions
     
  • #3 by chilli on 17 Mar 2021
  • ok thanks I'll give those a try.
Pages:
Actions