I am brand new to Roll20 but have a very long history of programming. I am hoping someone can shed some light on the best way to deal with this or if it is possible. In the board game "Forbidden Island" (Also in some others, such as "Pandemic") there is a mechanic where you take the discard pile of a deck, shuffle it and then place it on top of the draw pile for the same deck. It seems there is no real easy built in way to do this in Roll20 (Unless I am missing something) so I was wondering if someone had a good work around or could point me in the direction to start researching. I looked in to the API and it seems, if I am reading correctly, that the discard pile is a comma delimited list which seems very useful but appears to be read-only? If I am incorrect then it seems I could write some code to shuffle the list of the discard pile, and add to the deck list and then clear out the discard pile, but with it being read only I can not alter what is in it. Any advice would be greatly appreciated