Hello, I am a relatively new user of mushclient.
The following lines of a dice game are from the MUD:
You roll the dice once.
Your current score: 3
You roll the dice twice.
Your current score: 8
The second dice roll occurs on a different game tick than the first. I want to set the trigger to react based on the SECOND "current score" and ignore the first "current score".
I thought about doing this by setting the trigger to read from *twice. Your current score:* but mushclient doesn't seem to be able to read this line.
Any advice for an inexperienced mushclient user?
The following lines of a dice game are from the MUD:
You roll the dice once.
Your current score: 3
You roll the dice twice.
Your current score: 8
The second dice roll occurs on a different game tick than the first. I want to set the trigger to react based on the SECOND "current score" and ignore the first "current score".
I thought about doing this by setting the trigger to read from *twice. Your current score:* but mushclient doesn't seem to be able to read this line.
Any advice for an inexperienced mushclient user?