I've been using GroupInit for a couple of years now and it suddenly "broke" last night. It seems like the Campaign().set("turnorder") call is not working. While I see the rolls that GroupInit is making in chat, it does not appear to be able to set the "turnorder" of the Campaign object correctly (or Turn Tracker is not receiving them). As a result, the Turn Tracker is not displaying the order. When I hack in a bogus turnorder such as: [{ id: "-1" , pr: "22" , custom: "BATMAN" , }] The Turn Tracker does, indeed, update. So I doubt it has anything to do with the "page id" or anything. It may be that the Turn Tracker is not reading the id's correctly? The Campaign->set command does appear to be actually setting the Turn Order as logging the campaign object does show updated values. Anyone else having troubles? PS - the Turn Tracker displays the message "There aren't currently any tokens on this pages that take a turn!"