Hi, can u make scripts like this?:
items = { 'plate shield', 'chain armor' }
lootsellerID = '23722'
backpack = 'Backpack'
unique = 'Red Backpack'
1)
if items in Backpack then
use lootseller on item
2)
if items in Backpack then
items to unique
3)
and i need info:
how to turn off this script in other script for few sec.
items = { 'plate shield', 'chain armor' }
lootsellerID = '23722'
backpack = 'Backpack'
unique = 'Red Backpack'
1)
if items in Backpack then
use lootseller on item
2)
if items in Backpack then
items to unique
3)
and i need info:
how to turn off this script in other script for few sec.

