Hello Avatar: Difference between revisions
Jump to navigation
Jump to search
reverting this back to the March 7th, 2007 revision. It was only intended to be the example of the default LSL script. All other edits should have had a new page.created |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Header}} | {{LSL Header|ml=*}} | ||
<lsl> | <lsl> | ||
Revision as of 15:45, 24 October 2008
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
<lsl> default {
state_entry()
{
llSay(0, "Hello, Avatar!");
}
touch_start(integer total_number)
{
llSay(0, "Touched.");
}
} </lsl>