For some reason when I create a graphic token in my script there's a message in the chat log from "System" that says "Only the GM is allowed to switch classes.". The token is otherwise created, does anyone know what this even means or how to get rid of it? createObj("graphic", {
name: "lol",
width: 70,
height: 70,
left: 100,
top: 100,
imgsrc: "<a href="https://s3.amazonaws.com/files.d20.io/images/3649154/Fdj4VC7BJ6rwpuoMpw5UGQ/thumb.png?1396828515" rel="nofollow">https://s3.amazonaws.com/files.d20.io/images/3649154/Fdj4VC7BJ6rwpuoMpw5UGQ/thumb.png?1396828515</a>",
layer: "objects",
pageid: Campaign().get("playerpageid")
})