Compiling error
Failed compiling 'BoxLooters.cs':
  1. Operator '.' cannot be applied to operand of type 'void' [CS0023]
     (BoxLooters 92 line 179)

this is because you use carbon. ill private message you how i fixed it to work on my test server

change line 179 and line 200 to display only this

 

foreach (LootList.LootEntry data in box.lootList.GetLooters())

 

removing the Reverse() and the Take(10), this will allow it to compile while in carbon, without loss of functionality

Thank you very much for responding. I saw a fix for this a bit ago and it seems to be working....maybe the same fix because I remember having to change a couple of lines like this. I appreciate the response. You're a champ!