Default LSL Script
The default script, "Hello, Avatar", a hello world program that speaks (streams message to local chat ("heard" (printed) by all viewers (clients) within 20 meters (3D virtual environment) of the task)) when the script is first saved, initialized or reset (in this case, since the command is in the default "state", the first to be run on initialization) or 'touched' (a simple user interaction usually initiated using a mouse click), looks like:
default { state_entry { llSay(0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay(0, "Touched."); } }Read more about this topic: Linden Scripting Language
Famous quotes containing the words default and/or script:
“In default of inexhaustible happiness, eternal suffering would at least give us a destiny. But we do not even have that consolation, and our worst agonies come to an end one day.”
—Albert Camus (19131960)
“Genghis Khan, in his usual jodhpurs accessorized with whip, straddled a canvas chair and gloated upon the fairyland he had built. Journalists, photographers, secretaries, sycophants, script girls, and set dressers milled and stirred around him, activity ... irresistibly reminiscent of the movement of maggots upon rotting meat.”
—Angela Carter (19401992)