Difference between revisions of "Damage"

From Second Life Wiki
Jump to navigation Jump to search
(New entry for glossary (extract from Glossary))
Line 1: Line 1:
A parcel ca be "Damage"/"Not Safe" enabled, it means residents can be harmed on that parcel.
{{Help|Avatar=*|Glossary=*}}
A [[parcel]] can be "Damage"/"Not Safe" enabled, it means [[Resident]]s can be harmed on that parcel.


=== Damage Scripting for Weapons ===
Residents take damage from collisions with physical objects. Once the Resident's energy reaches 0%, s/he's send back to the [[home]] destination. Residents '''can not''' permanently die in Second Life.
[[llSetDamage]](float damage) : Sets the amount of damage that will be done when this object hits an agent. If '''damage''' is greater then 100.0, it will kill the agent...


=== See Also ===
== Damage Scripting for Weapons ==
[[llSetDamage]](float damage): Sets the amount of damage that will be done when this object hits an agent. If '''damage''' is greater then 100.0, it will instantly "kill" the agent.
 
== See Also ==
* [[Death]]
* [[Death]]
* [[ Combat ]]
* [[Combat]]
* [[ Weapon ]]
* [[Weapon]]
* {{LSLG|PARCEL_FLAG_ALLOW_DAMAGE}}
* {{LSLG|PARCEL_FLAG_ALLOW_DAMAGE}}

Revision as of 16:30, 26 April 2009