FlameSnd

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 player burning death sound.

Usage

FlameSnd

Parameters

No parameters.

Examples

From base/heretic/things.edf (for HereticPlayer):

 Death.Fire:
 Death.Lava:
   FDTH A  5 bright A_FlameSnd
   FDTH B  4 bright
   FDTH C  5 bright
   FDTH D  4 bright A_Scream
   FDTH E  5 bright
   FDTH F  4 bright
   FDTH G  5 bright A_FlameSnd
   FDTH H  4 bright
   FDTH I  5 bright
   FDTH J  4 bright
   FDTH K  5 bright
   FDTH L  4 bright
   FDTH M  5 bright
   FDTH N  4 bright
   FDTH O  5 bright A_Fall
   FDTH P  4 bright
   FDTH Q  5 bright
   FDTH R  4 bright
   ACLO E 35        A_CheckPlayerDone("PlayerDone")
   wait
 PlayerDone:
   ACLO E  8
   stop

Notes

This plays sound of dehackednum 369 (ht_hedat1 in Heretic).

See also