HticSpawnFireBomb: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer |description=Action when using the Heretic Time Bomb of the Ancients. |usage='''HticSpawnFireBomb''' |examples= From base/heretic/items.edf: useaction A_H...")
 
(No difference)

Latest revision as of 01:42, 21 April 2020

Description

Action when using the Heretic Time Bomb of the Ancients.

Usage

HticSpawnFireBomb

Parameters

No parameters.

Examples

From base/heretic/items.edf:

 useaction      A_HTicSpawnFireBomb

Notes

Spawns thing of type 409 (HereticFireBomb) in front of actor by 24 units. Its "target" (i.e. attack originator) will be set to the actor.

You can also call this codepointer from thingtype states, if you want any monster to drop time bombs.

See also