Hi, I think I've found the problem in this - I was going to make a topic for this exact bug that I spent half an hour trying to figure out what was crashing my scripts, and I saw this. Grabbed a copy of Power Cards and Dungeon Draw, set them up in a very specific layout, and I got the error... or at least, one close, 'Unexpected Token )' Long story short, I think the problem lies in the API's automatic semicolon insertion between scripts. I'm not sure exactly what's going on, but it seems to occur when any script that does not end in a semicolon precedes other scripts. In both the cases of my scripts, and PowerCards+DungeonDraw, I've been able to get them working by putting a semicolon at the very, very end of a script. In the case of PowerCards, it had to be past the 'end functions' comment, which was a bit odd. Anyway, hopefully this fixes it for you, and hopefully one of the devs can fix this on the back end so I can go back to being lazy with semicolons.