Quote Originally Posted by discontinued View Post
What if it looks like this in the lua:

Self.SayToNpc({"hi", "deposit all", "yes", "withdraw "..WA, "yes", "balance"}, 70, 5)
sleep(math.random(700,900))
resetBackpacks()
setWalkerEnabled(true)

Where do i put the Minimizer? Might be a stupid question but i really suck at this kinda things.
Hi,

resetBackpacks() is a function found somewhere in the script (usually after your walker label function at the end of the script). This is where you would find / edit the backpack opener to minimize them.

Regards,
O4T