S sd110572 New Member Joined Feb 22, 2023 Messages 4 Reaction score 0 Sep 11, 2023 #1 <LLDiscardItem Armory="True" ItemIDs="4206,10003"/> Only the items in the backpack have been discarded
<LLDiscardItem Armory="True" ItemIDs="4206,10003"/> Only the items in the backpack have been discarded
S sd110572 New Member Joined Feb 22, 2023 Messages 4 Reaction score 0 Sep 12, 2023 #2 I have modified the content of the LLDiscardItem file. If only there were a better way var slots = InventoryManager.FilledInventoryAndArmory.Where(x => ItemIds.Contains((int)x.RawItemId)).ToList();
I have modified the content of the LLDiscardItem file. If only there were a better way var slots = InventoryManager.FilledInventoryAndArmory.Where(x => ItemIds.Contains((int)x.RawItemId)).ToList();
mastahg Administrator Staff member Joined Feb 27, 2011 Messages 5,366 Reaction score 383 Sep 12, 2023 #3 This is likely something you should ask @nt153133 on their discord as it is not an officially included tag.
This is likely something you should ask @nt153133 on their discord as it is not an officially included tag.