Allows you transfer a file that is "linked" in the url to another file, i.e, make download an file of internet. Some examples to follow.
# Download a picture any.. :vurl = "https://dwgkfo5b3odmw.cloudfront.net/img/promo_image/one_piece_anime_key_art.jpg"dstfile = "one piece wallpaper.jpg"URLDownloadToFile.run(url, dstfile, true)# Download the dax core :vurl = "http://pastebin.com/download.php?i=0G1CDAcN"dstfile = "dax core.txt"URLDownloadToFile.run(url, dstfile, true) I believe it can be done interesting things with the script, just know how to use it. An their for example, is you "plugged" this script with the of the Masked, the MBC - DLC. It can be done a "self updater" of the project, or allows that the player make download directly of the game of the patch.