Yes, see wiki . In short, use JSON.parse(Campaign().get('turnorder')); to get the current data from the turn order (note: make sure you check whether the turn order is an empty string first), and use Campaign().set('turnorder', JSON.stringify(myTurorderData)); to set the data. The linked wiki page has an example of inserting a "Turn Counter" item to the order set to a value of 15.