The "sendping" function currently gives the option to recenter ALL player's view on the pinged location. I would like this function to have an additional field for passing something like a PLAYER_ID or array of PLAYER_ID's to only recenter those players views. I have a dungeon that is split between multiple pages, and utilizing existing API functions I can automatically move player's between pages, but since the pages are quite large as well, they need to scroll around every time they change pages. Using the function in its current form screws up everyone's view except for the moved player.