RepeatR (script)

From Elanthipedia
Jump to navigation Jump to search
RepeatR (script)
Category information
Front-end StormFront
Author Damian



REPEATR:

   START1:

      Match START1 ...wait
      if_2 Match START2 Roundtime
      if_2 Match START2 roundtime
      if_3 Match START3 %2%
      Match START1 Roundtime
      Match START1 roundtime
      if_2 Match START1 %2%

      put %1%

      Matchwait

   START2:

      Match START2 ...wait
      if_3 Match START3 Roundtime
      if_3 Match START3 roundtime
      if_4 Match START4 %3%
      Match START1 Roundtime
      Match START1 roundtime
      if_3 Match START1 %3%

      put %2%

      Matchwait

   START3:

      Match START3 ...wait
      if_4 Match START4 Roundtime
      if_4 Match START4 roundtime
      if_5 Match START5 %4%
      Match START1 Roundtime
      Match START1 roundtime
      if_4 Match START1 %4%

      put %3%

      Matchwait

   START4:

      Match START4 ...wait
      if_5 Match START5 Roundtime
      if_5 Match START5 roundtime
      if_6 Match START6 %5%
      Match START1 Roundtime
      Match START1 roundtime
      if_5 Match START1 %5%

      put %4%

      Matchwait

   START5:

      Match START5 ...wait
      if_6 Match START6 Roundtime
      if_6 Match START6 roundtime
      if_7 Match START7 %6%
      Match START1 Roundtime
      Match START1 roundtime
      if_6 Match START1 %6%

      put %5%

      Matchwait

   START6:

      Match START6 ...wait
      if_7 Match START7 Roundtime
      if_7 Match START7 roundtime
      if_8 Match START8 %7%
      Match START1 Roundtime
      Match START1 roundtime
      if_7 Match START1 %7%

      put %6%

      Matchwait

   START7:

      Match START7 ...wait
      if_8 Match START8 Roundtime
      if_8 Match START8 roundtime
      if_9 Match START9 %8%
      Match START1 Roundtime
      Match START1 roundtime
      if_8 Match START1 %8%

      put %7%

      Matchwait

   START8:

      Match START8 ...wait
      if_9 Match START8 Roundtime
      if_9 Match START8 roundtime
      Match START1 Roundtime
      Match START1 roundtime
      if_9 Match START1 %9%

      put %8%

      Matchwait

   START9:

      Match START9 ...wait
      Match START1 Roundtime
      Match START1 roundtime

      put %9%

      Matchwait