The setUrl native AI script function is used to set the name and URL of an action in the bot's right-click context menu. When the player clicks on the action in the menu, the URL is opened in the in-game browser.
()setUrl(actionName: s, url: s)
()setUrl("Click on Me", "https://www.example.com/script.php");
This example code sets the name of the action in the bot's context menu to "Click on Me" and the URL to "https://www.example.com/script.php".