Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

log messages on script error console

Leffard Lassard
Registered User
Join date: 15 Mar 2006
Posts: 142
06-29-2006 12:08
Hi,
I recently purchased the home security orb v7 and saw that this orb uses an update log that appears on the script error console during update with a nearly placed update object.
The group deeded orb as well as the undeeded update object produced messages about the update state on the script error console.
Unfortunately I wasn't able to find a lsl function to do the same. Or am I missing something? Because I think this knowledge should be public... I ask here if someone can provide this knowledge here.
Regards,
Leff.
Jesse Malthus
OMG HAX!
Join date: 21 Apr 2006
Posts: 649
06-29-2006 12:29
You just have to use llSay(DEBUG_CHANNEL, "message";);
Leffard Lassard
Registered User
Join date: 15 Mar 2006
Posts: 142
06-29-2006 12:49
Oh... I have really missed something. I didnt even thought of looking at the llSay command for this functionality. I had rather expected a dedicated command to produce output on the script error console... Many thanks.
Regards,
Leff.