Quote Originally Posted by Snurq View Post
I wrote this script: Xeno transfer 1k gold everytime u go bank. U can change values. If ill have subcription i would write script who chcecks gold amount and send all money.

Code:
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")

function onWalkerSelectLabel(labelName)
	if (labelName == "Bank") then
			setWalkerEnabled(false)
			Self.SayToNpc({"hi", "deposit all", "yes"}, 50)
			Self.SayToNpc({"hi", "transfer", "1000", "NAME", "yes"}, 50)
			Self.SayToNpc({"balance"}, 50)
			Self.SayToNpc({"bye"}, 50)
			setWalkerEnabled(true)
	end
end
change with your bank script + u can add withdraws for pot
Thanks bro I guess it could work, sort of

Quote Originally Posted by seba2632 View Post
That wouldn't work, atleast not for me. My moneymakers comes back with so different amounts, that I would have to log in and check (when they exitted cus of stamina) anyway, which kinda ruins the point

But it might work for Vikto, idk

Thanks anyway
yeah I see your point and that'd be better but at least I got something now