LSL Status/Kan-ed13
From OpenSimulator
(Difference between revisions)
Line 22: | Line 22: | ||
'''Status:''' Working! | '''Status:''' Working! | ||
+ | |||
+ | |||
+ | [[Category:Scripts]] |
Revision as of 05:18, 19 November 2010
Code:
default { state_entry() { llSay( 0, "Hello, Avatar!"); } touch_start(integer total_number) { llSay( 0, "Touched."); llRezObject("Object1", llGetPos() + < 0, 0, 2 >, ZERO_VECTOR, ZERO_ROTATION, 42); } }
Status: Working!