Search found 3 matches

by Brenex
Thu Apr 26, 2018 5:24 am
Forum: Help Forum
Topic: how-to
Replies: 23
Views: 15269

Re: how-to

and here is an example from my script where I make new triggers using parts from other triggers. This is basically what you are asking how to do. You can see how matches[3] is being grabbed from the trigger line and permBeginOfLineStringTrigger makes a new trigger with the contents of matches[3] in ...
by Brenex
Wed Apr 25, 2018 6:04 pm
Forum: General Forum
Topic: Whats Your Gui Look like?
Replies: 114
Views: 405822

Re: Whats Your Gui Look like?

Image

Learned to code using mudlet and lua! Love it!
by Brenex
Wed Apr 25, 2018 1:05 pm
Forum: Help Forum
Topic: Multiline trigger fires inconsistently.
Replies: 3
Views: 3643

Re: Multiline trigger fires inconsistently.

Try this (I changed the second line a little bit more below):

Image

Code: Select all

^OB: (\d+)%, DB: (\d+)%, PB: (\d+)%, Armour: (\d+)%\. Wimpy: (\d+)\. Mood: (\w+)\.$

Code: Select all

^Needed: ([\d,]+) xp, ([\d,]+) tp\. Gold: ([\d,]+)\. Alert: (\w+)\.$