Type: Prop Brain
Level: not in gallery
Pages: 1
Description: An alternative to the Interact Heal brain. This is found in the Astro Medical Kit. The kit spins around, heals the player when interacted with then is destroyed with a jet of blue flame.
Kode
- WHEN [until][interacted] DO [yaw][2] // this spins the kit clockwise
- WHEN [after][interacted]
- …WHEN [once] DO [power on] // this plays the kits “opening” animation
- …WHEN [once] DO [heal][it][0.25][multiplied by][it][max health] // restores 1/4 of players health
- …WHEN [once] DO [play fx][fx:Heal][on][it]
- …WHEN [countdown timer][1]
- …/…WHEN DO [play fx][fx:Spark Exodus]
- …/…WHEN DO [destroy]