Signals that an MIT timer has been triggered.
| Parameter | Value |
|---|---|
| prim | UUID of root prim. |
| target | Name of script that created the MIT timer. |
| signed | "" |
| status | ":" |
| ident | {ident} used when creating the MIT timer. |
| params | [] |
| data | {callback} used when creating the MIT timer. |
| linknum | 1 |
| source | "_fw:mit" |
Software should check that source is "_fw:mit", target is llGetScriptName(), and status is ":". If so, the script should identify the triggered timer with the ident and data values, then handle it as desired.