
Heya, I've managed to create a nested role query. And it works fine initially when copied into the chat. Its all split up on multiple lines. But when I tried to condense it onto one line and use it as part of a character sheet it fails spectacularly and get a, " TypeError: Cannot read property 'substring' of undefined " message. The full nested roll query is as follows: [[?{Difficulty|
New Moon, ?{value1|
Ragabash,7|
Theurge,8|
Philodox,8|
Galliard,8|
Ahrun,8
} |
Cresent, ?{value1|
Ragabash,8|
Theurge,7|
Philodox,8|
Galliard,8|
Ahrun,8
} |
Half, ?{value1|
Ragabash,8|
Theurge,8|
Philodox,7|
Galliard,8|
Ahrun,8
} |
Gibbous, ?{value1|
Ragabash,8|
Theurge,8|
Philodox,7|
Galliard,8|
Ahrun,8
} |
Full, ?{value1|
Ragabash,8|
Theurge,8|
Philodox,8|
Galliard,8|
Ahrun,7
} |
Rage Healing, 8
}+?{Rank|
Cliath (Rank 1), 0 |
Fostern (Rank 2), 0 |
Adren (Rank 3), 1 |
Athro (Rank 4), 2 |
Elder (Rank 5), 2 |
Legendary (Rank 6), 2 |
}]] Any thoughts as to whats going wrong, how to get this to work.