HticSpawnFireBomb

From Eternity Wiki
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