RavenPlayerScream

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Heretic-specific player scream.

Usage

RavenPlayerScream

Parameters

No parameters.

Examples

From base/heretic/things.edf:

 Death:
   PLAY H   6
   PLAY I   6 A_RavenPlayerScream
   PLAY JK  6
   PLAY L   6 A_Fall
   PLAY MNO 6
   PLAY P  -1
   stop
 XDeath:
   PLAY Q     5 A_RavenPlayerScream
   PLAY R     5 A_PlayerSkull
   PLAY S     5 A_Fall
   PLAY TUVWX 5
   PLAY Y    -1
   stop

Notes

If actor's playerskin has plwdth defined and the death was wimpy, play this sound. Otherwise if health didn't go below -50, it will play skin's pldeth sound. If it goes below -50, it will play skin's pdiehi. If falling damage is enabled, play skin's fallht.

See also