So I found the table script for Marvel Super Heroes. It rolls a d100 and compares to a chart based on the column data provided. Anyway all that works fine, but the script contains a modifier to allow the entry of a character id. But even when the modifier is entered, a result of "undefined" is still returned. I think the portion of the script is the source of this problem is: I'm script dumb, but can sometimes trace down bugs like missing closers and such. This doesn't seem to be the issue here. I think there may be something wrong with "if (character !== undefined) {". Should the operator be !== or something else? Thanks in advance for anything else.