


xch_cmd Info
This node indicates that the specified command should be sent to the World
(MUD, session, etc.) when the anchor is clicked. This is very similar to the xch_cmd attribute for anchors in HTML.
File format / Defaults
DEF xch_cmd Info {
string "" # SFString
}
Example
DEF MyAnchor WWWAnchor
{
DEF xch_cmd Info {
string "go PuebloDemos"
}
Separator {
Cube {}
}
}
Also see
HTML xch_cmd attribute