40 lines
476 B
Plaintext
40 lines
476 B
Plaintext
EVENTRECEIVEDAMAGE
|
|
|
|
NAME
|
|
eventReceiveDamage()
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
varargs int eventReceiveDamage(object agent, int type, int x, int internal, mixed limbs)
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
What sometimes happens to good people.
|
|
|
|
|
|
|
|
EXAMPLES
|
|
orc->eventReceiveDamage(this_player(), BLADE, 100, 0, ({ "head", "neck" }) )
|
|
|
|
|
|
|
|
LOCATION
|
|
/lib/body
|
|
/lib/combat
|
|
/lib/props/deterioration
|
|
/lib/std/armor
|
|
/lib/std/worn_storage
|
|
|
|
|
|
SEE ALSO
|
|
|
|
|
|
|
|
|
|
Author
|
|
Cratylus
|
|
|
|
|