What I want to be able to do:
- I have a respawning VendorCONT, a VanillaLVLI, and my own CustomLVLI
- I want to remove VanillaLVLI fron VendorCONT
- I want to add CustomLVLI to VendorCONT
- I want to leave VanillaLVLI untouched (as it is used in a lot of other places)
- I want to only modify VendorCONT by script (and avoid making an override of it, for compatability purposes)
- I want the changes to persist through respawns of VendorCONT
Is it possible to do what I want here? I know (Add|Remove)Item can be used with an FLST, but it won't add/remove the FLST entry itself, but rather remove each item in the list - which makes me think that it wouldn't do what I want if I used it with an LVLI. Am I wrong, and it is as simple as "VendorCONT.RemoveItem VanillaLVLI 1"? Or is there some other way to go about it?
Any help/advice for this learning scripter is much appreciated...
- DU
