Type: Enemy Brain
Level: not in gallery
Pages: 1
Description: Found in the Void Tendril Gate. This is not a gate prop. It is an enemy spawner. When the player is detected it spawns a Void Fiend then shrinks away.
Kode
- WHEN [has power]
- …WHEN [after][detect][player]
- …/…WHEN DO [play fx][fx:Void Portal]
- …/…WHEN [started to][countdown timer][0.75]
- …/…/…WHEN DO [play fx][fx:Void Explosion]
- …/…/…WHEN DO [create][Voif Fiend][at position][position]
- …/…/…WHEN DO [collidable][equals][false]
- …/…/…WHEN DO [power off]
- …WHEN [else][countdown timer][5] DO [destroy]