Is there a way to make a script only bet if it sees certain conditions met? That's the only thing about a script I would be interested in. If you could help me understand that would be awesome.
No problem. You can use counters, loops (while,for), and conditional statements (if, elseif, else). It gets a little like spaghetti if things get complicated, but you can make it work.