I'm getting a comparison error fixnum to nil on '<' from this line
My best guess is the previous line isn't capturing the end_roll and is still using the nil value. Or my syntax is wrong because I'm not overly familiar with rubyCode:(CharSetting['cast_count_4'] += 1 and CharSettings['infuse_count_4'] += 1) if (130 < end_roll < 141)
Help would be appreciatedCode:end_roll = Integer($1) if line =~ /.* \=\= \+(\d+)/i