View Single Post
  #8  
Old 12-18-2016, 03:42 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,927

Idk what language that is... but I can see that possibly the lines

Code:
 if (score >= 999) && (score <= 1999) {
 bonus.spin_Level = 1
 bonus.room_Level = 1

 if (score >= 1999) && (score <= 2999) {
 bonus.spin_Level = 1
 bonus.room_Level = 2
Need to be switched around. Because if it stops processing after the first score >= 999 then the score will never be processed greater than 1999..
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote