Type: Prop Brain
Level: 1 star
Pages: 1
Description: Default brain for signposts and grave markers. When the player is detected it shows a message in a text box above the prop.
Note: Both these brains are identical in their active tiles the only difference is the text of the message.
Kode
- WHEN [detect][player] DO [say][text:Create a message][as text box]
Alterations
Timed message
Show a message for a short time. Will activate again if the player goes away and comes back
- WHEN [detect][player] DO [boolvar:activate][equals][true]
- WHEN [boolvar:activate]
- …WHEN [duration timer][3] DO[say][text:Create a message][as text box]
- …WHEN [countdown timer][3] DO [boolvar:activate][equals][false]