7878952
03-27-2019, 06:31 PM
I need help with this script, I will explain when the backpack is empty items I want a backpack to go back just need help for the backpack to return 1 when empty.
I really need help I have a very good system but I do not know how to make it go back.
I think it is with this
function Back_Items_Backpack()
if(Container(CONFIG.ITEMS_BACKPACK):isEmpty()) then
Container.GoBack(CONFIG.ITEMS_BACKPACK)
end
end
I really need help I have a very good system but I do not know how to make it go back.
I think it is with this
function Back_Items_Backpack()
if(Container(CONFIG.ITEMS_BACKPACK):isEmpty()) then
Container.GoBack(CONFIG.ITEMS_BACKPACK)
end
end