Difference between revisions of "GetEffectiveSkill"
Jump to navigation
Jump to search
m
added a required Eval
imported>Low Post (Added OBSE_Elys_Uncapper removing the cap at 100) |
imported>Low Post m (added a required Eval) |
||
Line 31: | Line 31: | ||
if value < 0 | if value < 0 | ||
let callerSkill := 0 | let callerSkill := 0 | ||
elseif value > 100 && !IsPluginInstalled "OBSE_Elys_Uncapper" | elseif Eval value > 100 && !IsPluginInstalled "OBSE_Elys_Uncapper" | ||
if callerSkill < 100 | if callerSkill < 100 | ||
let callerSkill := 100 | let callerSkill := 100 |