Search found 3 matches

by protectqiqi
Tue Apr 16, 2024 8:02 am
Forum: Help Forum
Topic: Multi Line Trigger
Replies: 2
Views: 10921

Re: Multi Line Trigger

demonnic wrote:
Wed Apr 03, 2024 11:08 pm
Did you check off the Multi-line AND box and bump the line delta to 1? I would also change the `\n` to $, and make sure the second pattern is set to perl regex.

multiline.png
Maybe also add "\s+" between (.*) and (\w+).
by protectqiqi
Tue Apr 16, 2024 6:56 am
Forum: Help Forum
Topic: How to show web contents in Mudlet
Replies: 3
Views: 11330

Re: How to show web contents in Mudlet

Just one more stupid question:
While getting the URL, is there a way to open it in the system default browser automatically?
by protectqiqi
Mon Apr 01, 2024 4:44 am
Forum: Help Forum
Topic: How to show web contents in Mudlet
Replies: 3
Views: 11330

How to show web contents in Mudlet

The mud I play requires the player to input Chinese characters generated in a web every 15 minutes, as the anti-robot mechanism. It works in the following steps(see picture 1 & 2): 1. The Player input "fullme" in the game. 2. A URL will be generated. 3. Access the URL in the browser, a...