I am really digging ScriptCards, makes more sense to me then PowerCards. But having an issue wrapping my brain around how to handle rollable tables it seems. I have a simple example that I cannot get to behave, running ScriptCards 15a, I have a simple table, named "EncounterTable" with two items "Encounter" and "NoEncounter", but cannot get the table to "roll" or at least echo its result. my simple scriptcard, any example to echo the results of a table should suffice for me though.. !scriptcard {{ --#title|Encounter --&Terrain|?{Type?|Land|Air|Water|Fire} --=ERoll| 1d2 --? [$ERoll] -eq 1|>AnEncounter --? [$ERoll] -eq 2|>ZeroEncounter --:AnEncounter| --+monster |is found on [&Terrain] [$ERoll] --+|You all Die due to --=ThisRoll|[T# EncounterTable ] --+[$ThisRoll.tableEntry] --X| --<| --:ZeroEncounter| --+|No one Dies --+No | [&Terrain] Encounter [$ERoll] --X| --<| }} thanks for any assistance.