A_SkelFist
Jump to navigation
Jump to search
A_SkelFist
(no parameters)
The melee attack of Doom's Revenant. This plays the sound "skeleton/melee" and performs a melee attack with a base damage of 6 multiplied by a random value between 1 and 10.
Examples
This example is taken from Doom's Revenant.
Melee: SKEL G 0 A_FaceTarget SKEL G 6 A_SkelWhoosh SKEL H 6 A_FaceTarget SKEL I 6 A_SkelFist goto See