say - ryzom/ryzomcore GitHub Wiki
title: Say description: published: true date: 2023-03-16T23:14:11.264Z tags: editor: markdown dateCreated: 2023-03-16T22:32:47.415Z
The say action causes the first bot of the group to say something.
tell|say|shout|universe|escort: <phrase_id>
<phrase_id>
- 
tell|say|shout|universe|escort: (Optional) The mode in which the message is sent. Default is say.
- tell: Sends the message to the only player who has just targeted or followed the bot. This mode can only be used under a player_target_npc or player_follow_npc event.
 - say: Sends the message to nearby players.
 - shout: Sends the message as shouting to nearby players within a larger area.
 - universe: Sends the message to all players.
 - escort: Sends the message to the player member of the team escorting the bot group.
 
 - <phrase_id>: The ID of the phrase to be spoken.