Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Hello world in LSL
SUBMITTED BY:
Guest
DATE:
Dec. 11, 2013, 10:26 p.m.
FORMAT:
Text only
SIZE:
199 Bytes
Raw
Download
Tweet
HITS:
812
Go to comments
Report
default
{
state_entry()
{
llSay(0, "Hello World!");
}
touch_start(integer t)
{
llSay(0, "Hello, " + llDetectedName(0));
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus