← Previous | Next →
tell
Description
Displays a message to the player from the NPC.
Name | Type | Possibilities |
tell | interaction | 1 |
Parameters
# | Name | Type | Mandatory | Description | Multiple |
1 | text | string | Yes | The message text that the NPC will display to the player. | No |
2 | timeout | number | No | The duration in milliseconds for which the message should be displayed. If not specified, the message is displayed indefinitely. | No |
Outputs
# | Description |
1 | The message was successfully displayed to the player. |
Example
NPC
name Informant
model a_m_m_business_01
position -1020.72 4839.78 258.30 0.0
interaction
tell "The secret entrance is behind the waterfall."
behaviour
nothing