How To
How To Adjust Things for mAppearance
Last updated
How To Adjust Things for mAppearance
Last updated
Go to config and find Config.OnMenuOpen you can add your hide event in that function
To display UI again you can add show event in Config.OnMenuClose function
In Config.Blacklisted you need to add the key of the item then add blacklisted values in array
Example
If I want to add blacklist for hat 3,7,8 values first I need to find the key for hat in skinchanger then add in Config.Blacklisted
Find tattooList.json in shared folder then you can adjust the prices from there.
Find joboutfits.lua in shared folder then you see examples in that file