Difference between revisions of "Moving start"

From Second Life Wiki
Jump to navigation Jump to search
(added caveat)
m (LSL moving start moved to Moving start: removing prefix)
(No difference)

Revision as of 18:26, 20 February 2007

Description

Event: moving_start( ){ ; }

Triggered when task begins moving


Caveats

The moving_start and moving_end events require special handling when scripting attachments. To make the moving events fire correctly in this case, you have to add the script to the attachment, take off the attachment, then wear the attachment again. If you're changing the script while it is in the attachment, you recompile it, then remove the attachment, then wear the attachment. This only needs to be done when you're changing/adding scripts.

All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Signature

event void moving_start(  );