Pages:
Actions
  • #1 by paulomaxymus on 02 Jun 2015
  • Como capturar o tempo real do jogo que aparece no campo em destaque na imagem?
  • #2 by Oxa (WellDoneSoft) on 02 Jun 2015
  • The match_minute variable.
  • #3 by paulomaxymus on 02 Jun 2015
  • Tenho a seguinte instrução em uma trigger, que me faz uma entrada no mercado quando o evento esta com 20 ou mais minutos:

    Market's - Minutes Since the Off - is equal or greater than - 20

    Como poderia substituir "Minutes Since the off" pela variável "match_minute" e continuar com a minha instrução na trigger a fazer o mesmo?
  • #4 by Oxa (WellDoneSoft) on 03 Jun 2015
  • When it's been less than 45 minutes since the start of the match, your condition is equal to the one with match_minute. So you could use either of these:

    Market's Minutes Since the Off is equal or greater than 20

    or

    Selection's Trigger Expression match_minute is equal or greater than 20
  • #5 by pcal72 on 03 Jun 2015
  • When it's been less than 45 minutes since the start of the match, your condition is equal to the one with match_minute. So you could use either of these:

    Market's Minutes Since the Off is equal or greater than 20

    or

    Selection's Trigger Expression match_minute is equal or greater than 20

    Thanks Oxa for the helpy hand :)

    pcal72
  • #6 by Oxa (WellDoneSoft) on 03 Jun 2015
  • No problem pcal72! Kudos to Google Translate!
Pages:
Actions