PDA

View Full Version : Open container in arrow slot



saweh
01-02-2016, 11:15 AM
Hey guys, i was looking for a script that opens the container in my arrow slot. Wanted to add it to my container reopener script but couldnt find any script.

The script im using is this one:


elseif (labelName == "openbps") then
setWalkerEnabled(false)
Self.CloseContainers()
Self.OpenMainBackpack(true):OpenChildren({LootBp, true}, {LootBp2, true}, {StackBp, true}, {ManasBp, true},
{ToolsBp, true}, {ArrowsBp, true})
setWalkerEnabled(true)


Would be damn nice if someone could help me out, adding to open a container in arrow slot :D

shadowart
01-02-2016, 11:20 AM
Self.UseItemFromEquipment("ammo")

saweh
01-02-2016, 11:27 AM
Thanks :)