Why do I get this Error?
Posted: Tue Jan 01, 2013 9:28 am
				
				I keep getting "Expected ) got BDSP" from this line in my decorate:
If it matters this is what my ACS says (Its compiled dont ask):
			Code: Select all
BDSP C 6 Bright A_FireBullets(15, 8, 15, (random(1,1150)/random(1,250)*random(0,1)*ACS_ExecuteWithResult(999,0,0,0)), "BloodPuff")Code: Select all
script 999 (void)
{
	if (CheckInventory("MathCounter") > 49)
		SetResultValue ( 3 );
 else
		SetResultValue ( 1 );
}