Eliteofdelete
Member
I am trying to make a simple combat script using ASH. All the skills are casting except Saucy Salve, and I am not sure why. I just forever get KoLMafia think it is casting the skill but not actually casting it. It looks like this: 
	
	
	
		
All my other skills cast just fine. This is the sample code I am using.
	
	
	
		
				
			
		Code:
	
	Round 3: eliteofdelete2 casts SAUCY SALVE!
KoLmafia thinks it is round 4 but KoL thinks it is round 3
Round 4: You gain 12 hit points
	All my other skills cast just fine. This is the sample code I am using.
		Code:
	
	pg = use_skill($skill[soul bubble]);
while (!contains_text(pg, "soul bubble shatters"))
pg = use_skill($skill[Saucy Salve]);