Hey, I just started using MushClient and am having troubles reprogramming my ZMudd scripts. I am trying to create a trigger that goes off when it sees:
List of names:
Which it should then store:
name1, name2, name3, name4, name5, name6, name7, name8, name9, name10, name11, name12, name13, name14, name15, name16, name17, name18, name19
into a variable or an array splicing the commas (assuming you can use * or something to capture it all). It should cut off when it sees:
Total:
My problem is that I cannot figure out how to get the trigger to capture the next random amount of lines and stop capturing at Total:
This is what the trigger would be looking at:
List of names:
name1, name2, name3, name4, name5, name6, name7, name8, name9, name10, name11, name12, name13, name14, name15, name16, name17, name18, name19
Total: 385
Any help would be appreciated.
|