Moving end

From Second Life Wiki
Revision as of 07:14, 20 February 2007 by Storm Thunders (talk | contribs) (added caveat)
Jump to navigation Jump to search

Description

Event: moving_end( ){ ; }

Triggered when task stops 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_end(  );