The Aaron said: I'll hit that for you. There is no way in the API to actually know which page the GM is on. The players are all either on the main red ribbon page, or they are on a different page (splitting the party). The GM can go to any page and there is no indication to the API. This is a problem if you have an API command that creates something on the page because you either have to assume the GM is on the red ribbon page, or check if he is in the split party, neither of which is ideal. This can be annoying. Several times now, while working on a script, I moved to a different map than what I had the player ribbon on. Then when I tried to run the script it 'didn't work'. Being the poor programmer I am, I assumed it's something I did wrong rather than something as simple as being on the wrong page to see the results. And meanwhile my script is generating tokens, text, or whatever on another map. The first time I spent almost an hour 'debugging' a script that actually worked because of this. :(