• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Revision 4 as of 2012-11-13 14:01:22

    Clear message

    Usage:

    command "command [parameters]"

    Example:

    command "invite NewDude"

    This script will allow you to utilize the in-line commands in the scripting window. The in-line command plus all arguments for it should be encased in quotation marks. In the example above, instead of typing \invite NewDude in the commands window, you could use it via script with the line command "invite NewDude". You can mix variables into the command script, exclude them from the quotes as you would any other expression.

    You can find a list of all the In-Line Commands here: InLineCommands.

    There is no way, at this time, to utilize the return value from one of these commands, for example command "loc xxx,yyy" will echo the details of the coordinates xxx,yyy but you cannot use this information. Future versions of the bot will add this functionality.


    ScriptControlStructures