#1 Roulette Forum & Message Board | www.RouletteForum.cc

IT & Software => Coding for Roulette => Topic started by: ignatus on May 06, 09:25 PM 2018

Title: BASIC Progression and Trigger code in RX (for beginners)
Post by: ignatus on May 06, 09:25 PM 2018
OK, so i've learned now something new today, how to code a basic Progression and Trigger code in RX,

This may be useful for those who wish to learn RX? ...(it took me a couple of hours to figure this out!) hah  :twisted:

I have much yet to learn, but.. atleast i did it!  O0



system "Test 1"

{BASIC Progression and TRIGGER code}

//TRIGGER: if RED & HIGH hits 2 times in a row, start basic progression on RED

method "main"
begin
  while starting a new session
  begin
       Set List [1,2,4,8] to Record "progression" Data
       Put 100% of Record "progression" Data to Red
  end

       Copy Red to Record "Red" Layout
       Copy High to Record "High" Layout
       
  while on each spin
  begin
     If Record "Red" Layout has Hit 2 times
     begin
       If Record "High" Layout has Hit 2 times
       Begin
        put 1 to Record "progression" Data Index
        Put 100% of Record "progression" Data to Red
       End
    end

       If Red Lost Each time
          Begin
           add 1 to Record "progression" Data Index
           Put 100% of Record "progression" Data to Red
          End
  end
END
Title: Re: BASIC Progression and Trigger code in RX (for beginners)
Post by: jekhb76 on May 07, 05:24 AM 2018
Quote from: ignatus on May 06, 09:25 PM 2018
OK, so i've learned now something new today, how to code a basic Progression and Trigger code in RX,

This may be useful for those who wish to learn RX? ...(it took me a couple of hours to figure this out!) hah  :twisted:

I have much yet to learn, but.. atleast i did it!  O0



system "Test 1"

{BASIC Progression and TRIGGER code}

//TRIGGER: if RED & HIGH hits 2 times in a row, start basic progression on RED

method "main"
begin
  while starting a new session
  begin
       Set List [1,2,4,8] to Record "progression" Data
       Put 100% of Record "progression" Data to Red
  end

       Copy Red to Record "Red" Layout
       Copy High to Record "High" Layout
       
  while on each spin
  begin
     If Record "Red" Layout has Hit 2 times
     begin
       If Record "High" Layout has Hit 2 times
       Begin
        put 1 to Record "progression" Data Index
        Put 100% of Record "progression" Data to Red
       End
    end

       If Red Lost Each time
          Begin
           add 1 to Record "progression" Data Index
           Put 100% of Record "progression" Data to Red
          End
  end
END
Nice work!
Title: Re: BASIC Progression and Trigger code in RX (for beginners)
Post by: Lucky7Red on May 07, 08:08 AM 2018
Useless work.
Title: Re: BASIC Progression and Trigger code in RX (for beginners)
Post by: keepontryin on May 07, 08:09 AM 2018
ignatus..........i have never seen anyone with your drive and dedication to a goal as you.......and i mean NO ONE
Title: Re: BASIC Progression and Trigger code in RX (for beginners)
Post by: keepontryin on May 07, 08:10 AM 2018
AND YOU LUCKY RED ARE THE USELESS ONE