OsSetHealth

From OpenSimulator

Revision as of 15:20, 3 December 2020 by Djphil (Talk | contribs)

Jump to: navigation, search
osSetHealth(key avatar, float health)
Sets an avatars health by key to the specified float value.
Threat Level High
Permissions ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
default
{
    touch(integer t)
    {
        key agentID = llDetectedKey(0);
        osSetHealth(agentID, 50);
        llSay(0, llKey2Name(agentID) + " has " + (string)osGetHealth(agentID) + "% health left.");
    }
}
Notes
This function was added in 0.9.0.1


See Also:

Personal tools
General
About This Wiki