I'm running MUSHClient on Windows 10 so I can't use the help files. I tried looking this up in the online documentation but had no luck there either. What I want to do is make a trigger that captures a line of text. For example, when I raise a level in my MUD I get this:
You raise a level!! Your gain is: 15/70 hp, 4/94 m, 14/164 mv 3/3 prac.
So I want to make a trigger: "You raise a level!!" so that every time I raise a level that line is captured and appended to a text file so that I have all my level gains for this character.
You raise a level!! Your gain is: 15/70 hp, 4/94 m, 14/164 mv 3/3 prac.
So I want to make a trigger: "You raise a level!!" so that every time I raise a level that line is captured and appended to a text file so that I have all my level gains for this character.