Manual:Verbots Online Verbot Tags

From VerbotWiki

Here You Can Find What All Tags And Features Are Implemented


Verbots Online Specific Command Tags

There are a number of commands available in your Online Verbot that are not available in the Local Player App Version


Verbot Online Specific Tags
Tag Name Tag Description Example
js Adds a section of Javascript to the output <js window.open('http://example.com');>

Other supported Verbots Online Command Tags

The following lists the command tags that are available both in Verbots Online as well as the Verbot Player Application

Verbot Online General Tags
Tag Name Tag Description Example
exit and quit Exits the current window with javascript <exit> or <quit>
send Fires a new rule <send input>
link Adds a Link to the output, if the link is a web address it will popup a new page, otherwise it sends the text back to the engine. <link "Link Text" "Input to Send"> or <link "Verbots" http://www.verbots.com/>
linkonly Just like the link command except linkonly does not speak the link text <linkonly "Link Text" "Input to Send"> or <linkonly "Verbots" http://www.verbots.com/>
mem.get, mem.set, and mem.del Variable Memory Commands, work the same as in the Player. <mem.get varname>, <mem.set varname value>, and <mem.del varname>
read Loads a URL as the source of the text and reads it back. Note: If the argument passed is a URL the Verbot will attempt to load the url as the source of the text. <read filename>
readprint Loads a URL as the source of the text and reads it back, also outputs the contents to the screen. <readprint filename>
printtext Prints the given text without speaking it. <printtext I'm not talking to you anymore.>
agent.speak The opposite of printtext, this command speaks the text without showing it. <agent.speak Listen to what I'm telling you.>