The netgoto command can send people to webpages for viewing, send them to download a file from your website, or send them to another palace completely. To go to a website the script would be.... ON SELECT { "http://www.geocities.com/yourusername/index.html" NETGOTO } To download a file from you website: ON SELECT { "http://www.geocities.com/your username/filename.zip" NETGOTO } To send them to another palace as a link..... ON SELECT { "palace://your palace name.com/:9998" NETGOTO }