How can I create a trigger which takes two lines of input and only matches when both are exactly correct?
I want to create a trigger to roll my stats perfectly (or near-perfect), with text looking like this:
Your ability scores:
Str: good Dex: decent Int: bad
Wis: below average Con: decent Cha: poor
I was planning on having a timer which would output no every second or two, and then a trigger which would output yes if a match was found (along with enough text to finish creating the character and quit off the mud). Can this be done without scripting? If not, I'd need help making the script, which is sad because I am a computer science major.
I want the trigger to match on:
Your ability scores:
Str: excellent Dex: excellent Int: excellent
Wis: excellent Con: excellent Cha: excellent
or
Your ability scores:
Str: excellent Dex: excellent Int: excellent
Wis: excellent Con: excellent Cha: very good
There are some blank spaces at the end of the lines.
I want to create a trigger to roll my stats perfectly (or near-perfect), with text looking like this:
Your ability scores:
Str: good Dex: decent Int: bad
Wis: below average Con: decent Cha: poor
I was planning on having a timer which would output no every second or two, and then a trigger which would output yes if a match was found (along with enough text to finish creating the character and quit off the mud). Can this be done without scripting? If not, I'd need help making the script, which is sad because I am a computer science major.
I want the trigger to match on:
Your ability scores:
Str: excellent Dex: excellent Int: excellent
Wis: excellent Con: excellent Cha: excellent
or
Your ability scores:
Str: excellent Dex: excellent Int: excellent
Wis: excellent Con: excellent Cha: very good
There are some blank spaces at the end of the lines.