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
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