diff --git a/Base/_ENUM/_ENUM_.nut b/Base/_ENUM/_ENUM_.nut index 6af346d..a0b4f5f 100644 --- a/Base/_ENUM/_ENUM_.nut +++ b/Base/_ENUM/_ENUM_.nut @@ -430,3 +430,11 @@ function sq_GetCharacterAttribute(address) { function sq_GetCharacterEquipAttribute(offest, Slot) { return L_sq_GetCharacterAttribute(offest, Slot); } + +function sq_SetCharacterAttribute(address, Value) { + L_sq_SetCharacterAttribute(address, Value); +} + +function sq_SetCharacterEquipAttribute(offest, Slot, Value) { + L_sq_SetCharacterAttribute(offest, Slot, Value); +} \ No newline at end of file