HticSpawnFireBomb

From Eternity Wiki
Revision as of 01:42, 21 April 2020 by Printz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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