|
nelgin Newbie
Joined: 12 Jun 2002 Posts: 8 Location: USA
|
Posted: Wed Jun 12, 2002 5:34 pm
MXP commands displayed by client? |
Hi All,
Looking into converting my mud to use MXP and have a question.
I am sending an the example element commands to zmud with MXP enabled but the tags are being sent to the screen. Am I missing something or is this normal?
Omni- xmp on
XMP is now on
<! ELEMENT RName '' FLAG='RoomName'>
<! ELEMENT RDesc FLAG='RoomDesc'>
<! ELEMENT RExits '' FLAG='RoomExit'>
<! ELEMENT Ex '<SEND>'>
I'm using zMUD 6.26a Beta as the client.
Regards
Nigel |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Wed Jun 12, 2002 7:56 pm |
You have extra spaces in your tags, they should be:
<!ELEMENT RName '' FLAG='RoomName'>
<!ELEMENT RDesc FLAG='RoomDesc'>
<!ELEMENT RExits '' FLAG='RoomExit'>
<!ELEMENT Ex '<SEND>'>
Also, make sure that you send the escape sequence before each tag.
Kjata |
|
|
|
nelgin Newbie
Joined: 12 Jun 2002 Posts: 8 Location: USA
|
Posted: Thu Jun 13, 2002 4:13 am |
Yup, the tags weren't the real problem. The documents didn't make it clear when to use the tags. I do have them in now and it looks good.
The mud engine auto wraps before sending to the client so the extra code screws up a little, but I can deal with that.
Regards
Nigel |
|
|
|
|
|