ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: Coragin on June 05, 2009, 11:31:00 AM
-
I am putting the moonglow on hold for a bit, right now Im working on something and Im stuck. I need to have a sub that checks the journal for a specific phrase. Can anyone help me with an example?
sub JournalCheck
;check for phrase in journal
;if found ignore this target
;if not return
This is to check if discord was successful or not, if it was, ignore current target, if not, return.
-
Check out my journal handling subs:
http://www.scriptuo.com/index.php?topic=33.0
I use these in just about every script I write. :)
-
PERFECT!
Is there any sub you dont have written? lol
TYVM
-
ROFL! Well, I think it's easier to ask how many I haven't written vs. how many I have. ehhe
-
You'll notice that you can monitor multiple conversations with this handler. It's pretty powerful once you understand how it works.