Changelog
Version 1.4
- Removed comments from Lua files for cleaner code
- Enhanced clothing system and bonemerge functionality
- Improved vendor interface and clothing management
- Fixed minor bugs in clothing attachment system
Version 1.3
- Code optimizations and improvements
- Enhanced compatibility with recent game updates
Version 1.2
- Breaking Change: Additional function name standardization to lowercase
GetPos():Distance() → GetPos():Distance()
IsFemale() → isFemale() (additional standardization)
Version 1.1
- Breaking Change: Standardized function names to camelCase
GetGender() → getGender()
IsMale() → isMale()
IsFemale() → isFemale()
GetBonemergedChildren() → getBonemergedChildren()
GetBonemergedChildrenBySlot() → getBonemergedChildrenBySlot()
Version 1.0