# GetUrl

TIP

  • getUrl(<url>)
  • Returns the content of a website.

# Parameters

  • <url> The website to get it's content as string

# Example

1: $website$ = getUrl('https://google.com/')
2: sendMessage($player$, $website$)