|
cuprohastes Wanderer
Joined: 22 Oct 2006 Posts: 92
|
Posted: Fri May 27, 2011 12:50 am
What can you do with Cmud? |
GUI wise... quite a lot as it turns out.
I've made a set of globals for the different MU* servers I play on - things like colourising my watch lists to show who's on and off, OOC prompts vs. Pages and whispers etc.
But I also created a GUI for the most common commands - Link to the screenshot on my blog, and I thought I'd show off.
The clickable exits code is:
Code: |
<trigger name="Navigator" priority="190" repeat="true" id="19">
<pattern><(%w)></pattern>
<value><![CDATA[#SUB {~[<send '#send %1|#send "look %1"' 'Use %1|Use %1|Look %1'>%1~</send>~]}
//<send> is the CMud command. <send 'arg1|arg1b' 'arg2|arg2b">Text</send>
//First arg 'arg1' can have seperators for right click commands. First item is default left click action
//Second arg 'arg2' is the labels for the left click caption and right click menu items]]></value>
</trigger>
|
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Fri May 27, 2011 3:09 am |
MXP is a wonder, yes it is.
Although, you could do the same thing with a speedmenu.
The beauty is in how many approaches you can take. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|