
Prototype: GemRB.CheckFeatCondition(partyslot, a_stat, a_value, b_stat, b_value, c_stat, c_value, d_stat, d_value)

Description: Checks if a party character is eligible for a feat, the formula is: (stat[a]>=a or stat[b]>=b) and (stat[c]>=c or stat[d]>=d)

Parameters: partyslot - the characters position in the party
	    a_stat,b_stat, c_stat, d_stat - stat IDs
	    a_value, b_value, c_value, d_value - stat value limits

Return value: bool

See also: GetPlayerStat, SetPlayerStat


MD5: b237a66b3abbb49ede75897d3d1ee0da
