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

IT & Software => Coding for Roulette => Topic started by: srenzbud7777 on Nov 08, 06:33 AM 2012

Title: possible scripting fault
Post by: srenzbud7777 on Nov 08, 06:33 AM 2012
Hi, i am trying to use the following code

method "main"
Begin
    While on starting a new session
    Begin
        Copy list [Split(11-12), number 19, number 21, Split(29-32)] to record "numbers" layout
    End
    While on each spin
    Begin
        Put 1 unit on record "numbers" layout
    End
End

But why is it it only puts 1 unit on split(11-12) and not the other numbers. Im beginning to think its some kind of fault in the software.

Could someone help me on this.

Thanks Stephen
Title: Re: possible scripting fault
Post by: Juiced91 on Nov 08, 11:21 PM 2012
No... I've answered this before. Its put 1 unit on record "numbers" layout list. Its a list and therefore you need the list after layout otherwise it takes the first entry which in ur case is a split!