
Hey guys, Got myself a bit of a problem here. Teaching myself about creating queries within a query, I managed to make one that works successfully (put directly into the game chat) but when it's inside a custom sheet it all falls apart. Here is the query: /roll 1d10+?{ACTION TYPE|
Attack, ?{EXTRA ATTACK|
No, 0 |
Yes, -3
} ?{RANGE|
Close, +0 |
Far, -3
} |
Defend, ?{Defense Action|
Block, 0 |
Parry, -3
}
}+?{ADDITIONAL MODS?|0} But the moment I put it into my sheet (like the following) it begins to completely muddle upon use. For example, when the query comes up the Action Type query merges the Extra Attack and Range query together into a mess of options. Why? What am I doing wrong? value=[[1d10+?{ACTION TYPE|
Attack, ?{EXTRA ATTACK|
No, 0 |
Yes, -3
} ?{RANGE|
Close, +0 |
Far, -3
} |
Defend, ?{Defense Action|
Block, 0 |
Parry, -3
}
}+?{ADDITIONAL MODS?|0}]] As always, any and all help is greatly appreciated. Perhaps it'll alleviate me banging my head against the wall with this haha.