Tuesday, July 15, 2008

Simple Signpost

I created a simple signpost to advertise the blog. Here is a screenshot.


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: