Difference between revisions of "GetEffectiveSkill"

Jump to navigation Jump to search
43 bytes added ,  10:02, 31 May 2010
Added OBSE_Elys_Uncapper removing the cap at 100
imported>Tejón
imported>Low Post
(Added OBSE_Elys_Uncapper removing the cap at 100)
Line 31: Line 31:
  if value < 0
  if value < 0
  let callerSkill := 0
  let callerSkill := 0
  elseif value > 100
  elseif value > 100 && !IsPluginInstalled "OBSE_Elys_Uncapper"
  if callerSkill < 100
  if callerSkill < 100
  let callerSkill := 100
  let callerSkill := 100
Anonymous user

Navigation menu