Url
From UBot Studio
(Difference between revisions)
Line 14: | Line 14: | ||
Placing the url function to [[Set|set command]] sets the variable's value to the current url within the browser. | Placing the url function to [[Set|set command]] sets the variable's value to the current url within the browser. | ||
+ | |||
[[File:url.png]] | [[File:url.png]] |
Revision as of 19:20, 21 May 2013
$Url is a Browser Function. The function returns the current url within the browser.
The function can be placed inside any command that allows you to insert a value. You can set the url function to a ui stat monitor to watch the current url appear on the UI of your bot.
You can also add the url function to the add item to list command to add the current url to a list in UBot.
Example
set(#url, $url, "Global")
Placing the url function to set command sets the variable's value to the current url within the browser.