You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if x > 0 and (profile.bagBreak > 1 or profile.bagBreak > 0 and family ~= group and family * group <= 0) then
lua tell me profile.bagBreak is a boolean value boolean can't compare with int.
So can u fix it? Now I delete this "profile.bagBreak > 1 or profile.bagBreak > 0" code , so I can normally use the bagnon
The text was updated successfully, but these errors were encountered:
if x > 0 and (profile.bagBreak > 1 or profile.bagBreak > 0 and family ~= group and family * group <= 0) then
lua tell me profile.bagBreak is a boolean value boolean can't compare with int.
So can u fix it? Now I delete this "profile.bagBreak > 1 or profile.bagBreak > 0" code , so I can normally use the bagnon
The text was updated successfully, but these errors were encountered: