|
robecks Beginner
Joined: 22 Jun 2010 Posts: 17
|
Posted: Mon Jul 12, 2010 9:31 pm
importing |
is there a command or function where i can #import "path" or something of the sort? or an automated way to import xml code
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Jul 12, 2010 10:01 pm |
Nope. You can only import XML using the File/Import feature in the settings editor, or by using Edit/Paste or Ctrl-V when the tree in the settings editor is selected and the XML is in the clipboard.
|
|
|
|
robecks Beginner
Joined: 22 Jun 2010 Posts: 17
|
Posted: Mon Jul 12, 2010 10:15 pm |
then is there a way to export a full file into txt format like we use to do in zmud?
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Jul 13, 2010 12:22 am |
There is no text export using the #COMMAND structure like zMud used. Many commands could not provide for all the possible options even in zMud, and CMud has added a significant number of options to each setting.
The only export is the XML format which can be accessed in many ways. You can do File|Export from the Package Editor menu; right-click on a setting in the PE tree panel and select export, or you can copy a setting and paste into your favorite text editor. |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Jul 14, 2010 6:58 pm |
Actually, the #READ command can be used to read a file of #commands and execute them. Also there is the Actions/Execute Script menu item. However, Vijilante is correct that the #command structure does not support many of the options for scripts.
Edited: Oops, sorry, I see you were talking about *export* and not *import*. No, there is no way to *export* a text format like in zMUD. Vijilante mentioned the correct reasons ;) |
|
|
|
|
|