Wiping a list each command run?Solved
How would i wipe this list? seems it is keeping its data from the run befor.

 public List<DroppedItem> list = new List<DroppedItem>();​
You can .Clear() it, or create again with new ...
Clear();   i need to go to bed lol
Locked automatically