Hello all, I've written a command to move all my players to a specific location whenever I type in chat "!move" case '!move': sendPing(500, 500, Campaign().get('playerpageid'), null, true); sendChat('','Pinging and moving all players.'); break; and while I always see the 'Pinging and moving all players.', only rarely do I see the ping and the moving of players. There seems to be some kind of hidden timeout, where the first time I attempt "!move" it works, but then only after a while does it work again. Is this reproducible in your machines? Is this a known bug? Cheers!