Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ MXP and Pueblo
➜ MXP problem
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Thalor
(3 posts) Bio
|
Date
| Wed 14 Jul 2004 08:27 PM (UTC) |
Message
| Greets,
I'm trying to have two commands be executed at once.
the MXP for it is the following.
write_to_buffer( d, MXPTAG
("!ELEMENT Dellinks \"<send href='goto &vnum;;&dir delete' "
"hint='DeleteLink &dir;'>\" "
"ATT='vnum dir'"),
0);
When I click on it it only does the first one (goto &vnum)
When I RIGHT click and activate it it does the first one (goto &vnum) and ATTEMPTS to do the second (&dir delete)
HOWEVER it doesnt translate it. so the debug shows...
goto 1900
&direction delete
This is an odd one. Any help would be nice!
Thanks
Thalor
| Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #1 on Wed 14 Jul 2004 10:16 PM (UTC) |
Message
|
Quote:
'goto &vnum;;&dir delete'
I think you are missing a semicolon here, it should be:
'goto &vnum;;&dir; delete'
^
I don't think you need to use ; to put a semicolon in either, they only have significance inside an entity. This should work:
'goto &vnum;;&dir; delete'
|
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Thalor
(3 posts) Bio
|
Date
| Reply #2 on Thu 15 Jul 2004 12:34 PM (UTC) |
Message
| That did it! Thanks!. Sometimes the smallest things.....
Thalor. | 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.
11,435 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top