Hey all, hopefully a quick "well, duh!' question here: How do I format a datamap entry so that an Either: macro executes correctly and repeatedly? I'm trying to have some variety in text during battle when the enemy attacks. I've tried
"STRtext", "(either: "dives", "claws", "kicks")",
but that makes the datamap fail to load. And
"STRtext", (either: "dives", "claws", "kicks"),
does choose one randomly, but then it stays the same option throughout all combat turns instead of choosing one randomly every turn.
The line in the actual combat passage for display is
(elseif: $log is "enemy")[The (print: $monster's name) (print: $monster's STRtext), dealing (print: $monster's STR) damage.]
if that helps any.