Search found 5 matches

by Haduis
Sun Mar 16, 2014 6:56 am
Forum: Technical / Scripting
Topic: Is there a way to Regex a Regex?
Replies: 2
Views: 5003

Never mind! I was expecting it to take one input at a time and give me three outputs!

Brain fart.
by Haduis
Sun Mar 16, 2014 5:32 am
Forum: Technical / Scripting
Topic: Is there a way to Regex a Regex?
Replies: 2
Views: 5003

Oh, and here's an example of 3 of the chat logged items. I want to be able to search for individual attributes (like Strength, Body, Piety, Duration etc.) and then throw away the items that don't have those stats. Begin Info and End Info are the start and end points of each item. [18:34:49] <Begin> ...
by Haduis
Sun Mar 16, 2014 4:24 am
Forum: Technical / Scripting
Topic: Is there a way to Regex a Regex?
Replies: 2
Views: 5003

Is there a way to Regex a Regex?

Basically, I'm putting a chatlog through Regex to parse individual portions into an array. Then I want to be able to search these arrays, and if they have what I'm searching for, I want to output the information. If they don't have what I'm searching for, I want to discard them. The part I'm stuck o...
by Haduis
Wed Oct 16, 2013 7:12 am
Forum: Technical / Scripting
Topic: Need help with some sort of time elapsed checker
Replies: 2
Views: 3739

While waiting for a response I came up with this, any inherent flaws? What if it counts into the millions or billions? Both are meant to be tested in notepad, if you're interested. It waits 2 seconds for you to tab into notepad before going Let>SecsAdd=5000 Wait>2 Label>First Timer>Time Send>Doing s...
by Haduis
Wed Oct 16, 2013 5:37 am
Forum: Technical / Scripting
Topic: Need help with some sort of time elapsed checker
Replies: 2
Views: 3739

Need help with some sort of time elapsed checker

Script needs to logically work like the following pseudo-script GetTime Label>First ..Do some stuff... if>8 minutes have passed, (True) goto Second, (False) goto first Label>Second ..Do some stuff... Reset time to new current time In words, I need it to keep doing first until 8 minutes have passed, ...
Sign up to our newsletter for free automation tips, tricks & discounts