I've been working on a script to move tokens, and the players that control them, between different pages. I was unable to set the tokens _pageid as, according to the API website, that attribute is unalterable so my solution was to destroy the object and reinstantiate it on the destination page. However, I am now running into the issue of transferring the player who controls the token to the destination page. It seems like using Object.set("_pageid: "destination") is out of the question. Is there another solution I am missing? I appreciate any help.