On death

Description

Event: on_death( ){ ; }

This event is triggered on all attachments worn by an avatar when that avatar's health reaches 0.


Caveats


Examples

default
{
    on_death()
    {
        llSay(0, "Faster, faster, Bambi! Don't look back! Keep running! KEEP RUNNING!");
    }
}

See Also

Events

•  on_damage
•  final_damage

Functions

•  llDetectedDamage
•  llAdjustDamage
•  llDamage

Deep Notes

Signature

event void on_death(  );