Thread: Stat Caps.
View Single Post
  #2  
Old 02-23-2013, 07:38 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

If you set the rule Character:StatCap > 0, the existing function will return at this point:
Code:
if((RuleI(Character, StatCap)) > 0)
		return (RuleI(Character, StatCap));
So no source code changes are required, or am I missing something ?
Reply With Quote