I'm trying to make a script to capture quest rewards on Aardwolf, and I some of the output unfortunately has asterisks in it. I think I escaped them correctly in the trigger, but it fails to go off properly. What am I missing?
the triggers:
^\*\* You gain a bonus trivia point! \*\*$
^\*\* You gain a bonus*practices? \*\*$
Should capture any of the following:
** You gain a bonus trivia point! **
** You gain a bonus practice **
** You gain a bonus 3 practices **
Right? Neither trigger works, so obviously no...
the triggers:
^\*\* You gain a bonus trivia point! \*\*$
^\*\* You gain a bonus*practices? \*\*$
Should capture any of the following:
** You gain a bonus trivia point! **
** You gain a bonus practice **
** You gain a bonus 3 practices **
Right? Neither trigger works, so obviously no...