Hello,
I Use your this and i love it. However, i had to mod it just a little bit. I think the mod is very handy and has lots of uses. When you use VALID, it checks if your char said it. I modded it so, that you give a name for the sub. I changed so that %3 is !charname.
This way you can wait for text sayd by someone else and be 100% sure its that character saying it. In situations, where multiple characters can issue commands for script, but you want to restrict it to just to those, who you know.
I changed THIS:
set !first_arg 3
To THIS:
;Katu ADD
if VALID in !args
{
set !charname %3
set !first_arg 4
}
else
set !first_arg 3
And now, if using VALID arg, you call sub like this:
gosub TM_AdvJournalScan network VALID_ADVANCE Friend_Char_Name You_are_invited_to_join_the_party.
Im not saying that you should change this, im just pointing out the possibilities

-Katu
PS: I always modify other ppl code to suit my needs, but i always give em credit.