FlameSnd

From Eternity Wiki
Revision as of 05:06, 20 April 2020 by Printz (talk | contribs) (Created page with "{{codepointer |description=Heretic player burning death sound. |usage='''FlameSnd''' |examples= From base/heretic/things.edf (for '''HereticPlayer'''): Death.Fire: Death.L...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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