Hi skele, I tried plugging your lines in the code but it doesn't seem to work. I want it to stop at a specific chance when it doesnt hit a win and then restart. Like this:
 
	if(chance > 1.2) 
	{ 
	     chance = 1;
 
	}
 
	(my starting chance is 1)
 
	I dont have any experience in coding so it would be really helpful if you could put it altogher and make it work. I'll be happy to tip.
 
	Thanks in advance!