FireSkullRodPL2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer|description=Powered hellstaff attack. |usage='''A_FireSkullRodPL2''' |notes= If not enough ammo, does nothing. Otherwise it subtracts ammo (which in deathmatch will always be 1) and spawns a projectile of dehackednum 444 (horn rod FX 2). Its counter of 1 will be set to 2 (in single player) or to 0-3 depending on player's index. The projectile will home on any autoaimed target in sight. Then the sound 420 (hrnpow) will be played.}}")
 
(No difference)

Latest revision as of 15:45, 24 October 2024

Description

Powered hellstaff attack.

Usage

A_FireSkullRodPL2

Parameters

No parameters.

Examples

No examples given.

Notes

If not enough ammo, does nothing. Otherwise it subtracts ammo (which in deathmatch will always be 1) and spawns a projectile of dehackednum 444 (horn rod FX 2). Its counter of 1 will be set to 2 (in single player) or to 0-3 depending on player's index. The projectile will home on any autoaimed target in sight. Then the sound 420 (hrnpow) will be played.

See also