
I'm using sendPing to try to move my players view to the current token whos turn it is. I thought i had it all working, until I tested with a few players and it seems only my screen moves and pings..the players side does nothing.
Im using:
sendPing(tleft, ttop, Campaign().get('playerpageid'), null, true);
With the moveall set to true, Id assume it should move everyone. but it doesnt.
even copying directly from the API wiki doing:
sendPing(500, 500, Campaign().get('playerpageid'), null, true);
inside an onReady, only moves me to 500/500 on the current page when I hit save script, the players view doesnt move, they see no ping, nada...am I missing something here I need to move ALL players view?
Im using:
sendPing(tleft, ttop, Campaign().get('playerpageid'), null, true);
With the moveall set to true, Id assume it should move everyone. but it doesnt.
even copying directly from the API wiki doing:
sendPing(500, 500, Campaign().get('playerpageid'), null, true);
inside an onReady, only moves me to 500/500 on the current page when I hit save script, the players view doesnt move, they see no ping, nada...am I missing something here I need to move ALL players view?