Here is the simple script that dumps the url into chat and allows them to click on it to view the page.
default
{
state_entry()
{
}
touch_start(integer total_number)
{
llSay(0, "For more information on this build, visit:");
llSay(0,"http://dev360.blogspot.com");
}
}
No comments:
Post a Comment