Jump to content

Pirate Skull Online

Members
  • Content Count

    2
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Pirate Skull Online


  1. 11 hours ago, Stinger said:

    I propose the following solution AttrCalculate.lua, add this in function CreatCha( role ):
    I'll show you the example of strength, you can make any parameters!

     

    
    local default_str = GetChaAttr( role, ATTR_STR ) 
    
    if default_str > 5 then
    
      SetCharaAttr( 5, role, ATTR_STR ) 
    
    end
    
    
    
    
    

     

    This works?

×
×
  • Create New...