VileTarget: Difference between revisions
From Eternity Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
Purpose: Causes the object to [[FaceTarget|face]] its target, and spawns a VileFire object at the target's location. The [[Fire]] codepointer will be called on the VileFire object after it is spawned. | Purpose: Causes the object to [[FaceTarget|face]] its target, and spawns a VileFire object at the target's location. The [[Fire]] codepointer will be called on the VileFire object after it is spawned. | ||
==Optional parameter== | |||
VileTarget accepts an optional parameter: thing type to spawn. If omitted, it will be the VileFire (dehackednum 5) type. | |||
Revision as of 09:34, 14 June 2026
Type: Monster attack, normal
Purpose: Causes the object to face its target, and spawns a VileFire object at the target's location. The Fire codepointer will be called on the VileFire object after it is spawned.
Optional parameter
VileTarget accepts an optional parameter: thing type to spawn. If omitted, it will be the VileFire (dehackednum 5) type.