Reply to this subject
Start a new subject
 
Refresh page
| Posted by |
Krenath
USA (74 posts) bio
|
| Date |
Fri 14 Jun 2002 03:08 PM (UTC) [ quote
] |
| Message |
My first plugin, mainly because I get asked how to set this up a lot from first-time MUSHclient users. So I'm practicing posting plugins and directions :)
1. Copy the following text
2. Save it as \Program Files\MUSHClient\WOrlds\Plugins\FugueEdit.xml
3. Start MUSHclient and connect to a world.
4. Go to the File/Plugins menu, select FugueEdit and click Add, then Close.
5. Type "grab me/desc" to test
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE muclient [
<!ENTITY GrabCommand "grab" >
]>
<muclient>
<plugin name="FugueEdit" author="Krenath" language="vbscript"
purpose = "This tiny plugin adds the ability to GRAB an attribute into the command window for editing"
save_state = "n" date_written = "2002-06-14" date_modified = "2002-06-14" requires="3.23" version="1.00"
id = "64e1102123cffbfc10847c85"
>
<description trim="y">
<![CDATA[
This tiny plugin adds the ability to GRAB an attribute into the command window for editing. Type GRAB <object>/<attribute> to use.
]]>
</description>
</plugin>
<triggers muclient_version="3.23" world_file_version="15" date_saved="2002-06-14 10:01:22" >
<trigger enabled="y" match="FugueEdit > *" omit_from_output="y" send_to="1" sequence="100" >
<send>%1</send>
</trigger>
</triggers>
<aliases muclient_version="3.23" world_file_version="15" date_saved="2002-06-14 10:01:22" >
<alias match="&GrabCommand; */*" enabled="y" >
<send>@dec/tf %1/%2</send>
</alias>
</aliases>
</muclient>
|
- Krenath from
bDv TrekMUSH
ATS TrekMUSH
TNG TrekMUSE
TOS TrekMUSE | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
2,087 views.
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )