GenWizard: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: Type: Miscellaneous, normal Purpose: DsparilShot2 Disciple spawning pointer. The pointer will attempt to spawn a Disciple object at its (x,y) location and at its z minus 1/2 the height of...)
 
No edit summary
Line 1: Line 1:
Type: Miscellaneous, normal
DsparilShot2 Disciple spawning pointer.


Purpose: DsparilShot2 Disciple spawning pointer. The pointer will attempt to spawn a Disciple object at its (x,y) location and at its z minus 1/2 the height of a Disciple object. If after spawning, the object does not fit or cannot move, it will be removed from the level immediate- ly. Otherwise, the MBF friendliness flag will be transferred from the source object to the new object, the source object will be stopped and set to its death state, a HereticTeleFog object will be spawned at its location, and the Heretic TELEPT sound effect will be played.
The pointer will attempt to spawn a Disciple object at its (x,y) location and at its z minus 1/2 the height of a Disciple object. If after spawning, the object does not fit or cannot move, it will be removed from the level immediately.


New to Eternity.
Otherwise, the MBF friendliness flag will be transferred from the source object (in Heretic, the purple projectile thrown by D'Sparil) to the new object, the source object will be stopped and set to its death state, a HereticTeleFog object will be spawned at its location, and the Heretic TELEPT sound effect will be played.
 
[[Category:Codepointers]]

Revision as of 08:22, 22 August 2009

DsparilShot2 Disciple spawning pointer.

The pointer will attempt to spawn a Disciple object at its (x,y) location and at its z minus 1/2 the height of a Disciple object. If after spawning, the object does not fit or cannot move, it will be removed from the level immediately.

Otherwise, the MBF friendliness flag will be transferred from the source object (in Heretic, the purple projectile thrown by D'Sparil) to the new object, the source object will be stopped and set to its death state, a HereticTeleFog object will be spawned at its location, and the Heretic TELEPT sound effect will be played.