a) `if (game.modules.get("module-name")?.active){}` b) `choices` is just a pair of keys and strings
a)
if (game.modules.get("module-name")?.active){}
b) choices is just a pair of keys and strings much like a dictionary. In this case you might have something like this:
0 Replies