Type: Prop Brain
Level: 1 star
Pages: 1
Description: Powers on prop when it detects player. When player is no longer detected the power is turned off. Primarily used in doors that open and close automatically (Astro Base Door)
Kode
- WHEN [detect][player] DO [power on]
- WHEN [not detect][player] DO [power off]