UI stat monitor
From UBot Studio
This command is a UI Command. This command will display the value of any variable you insert into it on the UI area above the browser.
For example, you can set a variable to a scrape attribute command, and then insert the variable into the UI stat monitor command.
Whatever gets scraped will be displayed in the UI area above the browser. Simply drag the command into the scripting area, give the display a label, and insert the variable for the item you are trying to display.
Label: refers to the label for the value being tracked on the interface.
Content to Track: refers to the variable being tracked on the interface.
Example
set(#hello, "Hello!", "Global") ui stat monitor("Greeting:", #hello)
Running the script displays the value of the variable on the UI of the bot.