DOWNLOAD

From Dark Signs Online
Jump to navigationJump to search

string DOWNLOAD(string url)

Gets a real website, and returns the HTML content.

Parameters

url The web adress to visit.

Example

Get the contents of google.com

$i = DOWNLOAD(https://www.google.com)
WAIT FOR $i
SAY $i