/ Published in: Other
default state with owner detection for LSL
Expand |
Embed | Plain Text
default { state_entry() { llOwnerSay("Hello World"); } touch_start(integer num_detected) { if(llDetectedKey(0) == llGetOwner()) { } } }
You need to login to post a comment.
