For people who have issue with built in Re-User ammo
(sometimes puts in other things than I want to - like gold - or puts it too late)
here's a simple macro
REMEMBER to put your Bolt / arrow ID in variables
i use infernal bolts
edit:
please move thread to free scripts/ macros
i put here by accident
(sometimes puts in other things than I want to - like gold - or puts it too late)
here's a simple macro
Code:
5000 {ammo} coINF:=Self.Inventory.Ammunition() ileINF:=Self.Inventory.Ammunition.Count() !coINF!<>!ammoid! [else] Self.Equip.Ammo(!ammoid!) exit() {else} !ileINF!<10 Self.Equip.Ammo(!ammoid!) exit()
REMEMBER to put your Bolt / arrow ID in variables
i use infernal bolts
Code:
ammoid=6528
edit:
please move thread to free scripts/ macros
i put here by accident