Type: Weapon Brain
Level: 1 star
Pages: 1
Description: When the player is in the trigger zone of the prop it will throw a rock. Almost identical to Triggered Shoot brain.
Note: It will throw the rock forward, regardless of where the player enters the trigger zone.
Kode
- WHEN [in trigger zone][player]
- …WHEN [countdown timer][0.75][hold time][0.75][loop] DO [throw][in direction][forward]
Alterations
To throw something else add a prop to line 2 between [throw] and [in direction] tiles.