HticSpawnFireBomb

From Eternity Wiki
Jump to navigationJump to search

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