03-30-2023, 09:14 PM
Hiya, Im trying to use the depositer script but this line doesn't seem to be working:
here's my BP setup
I even tried manually filling in everything and just slapping it into the console, but no luck
moveitemsonto("skull staff", "golden backpack", 1,"golden backpack", "purple backpack", 1)
Here's how my BP's look when it's trying to move the item
Any idea what's going wrong?
here's my BP setup
local CHARACTER_LOOT_BP = 'purple backpack'
local DEPOSITER_LOOT_MAIN_BP = 'golden backpack'
local DEPOSITER_LOOT_ITEMS_BP = 'golden backpack'
local DEPOSITER_STACKED_BP = 'blue backpack'
local ITEMS_LOOT = { 'skull staff', 3324, 'backpack', 'wand of inferno'}
local ITEMS_STACKED = { 'bolt', 'hunting bolt' }
moveitemsonto(ITEMS_LOOT[i], DEPOSITER_LOOT_ITEMS_BP, getlastonto(), DEPOSITER_LOOT_MAIN_BP, CHARACTER_LOOT_BP, 100)
I even tried manually filling in everything and just slapping it into the console, but no luck
moveitemsonto("skull staff", "golden backpack", 1,"golden backpack", "purple backpack", 1)
Here's how my BP's look when it's trying to move the item
Any idea what's going wrong?