MXP-esque stuff

Post Reply
juraj
Posts: 15
Joined: Wed Jan 13, 2010 2:47 pm

MXP-esque stuff

Post by juraj »

In zMud I used to use the tags where I would do something like

Code: Select all

#TRIGGER "itemtrigger" {(%w%d):} {#SUBSTITUTE {<send "probe %1|buy %1|weaponprobe %1" "probe|buy|weaponprobe">%1</send>}}
This would make the matched text clickable, and make a little popdown that I could click on that would probe, buy, or weaponprobe it. I've seen echo() used with <font> tages and stuff, but I can't seem to get <send> and replace() to play nice.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: MXP-esque stuff

Post by Vadi »

Mudlet doesn't do MXP yet, and send is for actually sending text to the MUD.

juraj
Posts: 15
Joined: Wed Jan 13, 2010 2:47 pm

Re: MXP-esque stuff

Post by juraj »

So no chance of clicking text to do stuff?

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: MXP-esque stuff

Post by Vadi »

Not right now... like the majority of other clients. Like I said though, MXP is coming.

User avatar
Heiko
Site Admin
Posts: 1548
Joined: Wed Mar 11, 2009 6:26 pm

Re: MXP-esque stuff

Post by Heiko »

juraj wrote:So no chance of clicking text to do stuff?
*Maybe* in 1.0.6. Haven't decided yet.

juraj
Posts: 15
Joined: Wed Jan 13, 2010 2:47 pm

Re: MXP-esque stuff

Post by juraj »

Cool, thanks.

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: MXP-esque stuff

Post by Vadi »

It's in 1.1.0

Post Reply