Removing items from inventory (using formlist)

Post » Mon Dec 03, 2012 9:33 am

Hey guys, I'm having trouble getting this to work properly. The player collects 10 pelts, from a formlist. Wolf and Ice Wolf pelts. Now I can track them in the inventory no problem, but when I come to remove them from the player, it gets weird. Rather than removing 10 pelts total, it removes 10 of each pelt the player has.

Any way for me to fix that? I want to remove 10 items, of any combination of pelts from the formlist. So 3 Wolf, 7 Ice wolf... anything like that.

Function DeleteWolf()		 PlayerREF.RemoveItem(HISGQ3WolfPeltFL, 10)endFunction
User avatar
Charlotte X
 
Posts: 3318
Joined: Thu Dec 07, 2006 2:53 am

Return to V - Skyrim