-
Notifications
You must be signed in to change notification settings - Fork 94
emot
Ryzom Core Wiki edited this page Jul 8, 2024
·
5 revisions
title: Emote description: published: true date: 2023-03-16T23:13:37.712Z tags: editor: markdown dateCreated: 2023-03-16T22:32:04.065Z
The emot action triggers an emote for one or more bots.
As events and actions are group wide, you can specify the bots that will play the emote.
<emot_name>
[<bot_name>|<bot_number>]
[...]
- emot_name: Name of the emote to be played. A list of available emotes can be found in the Georges file list.emot.
- [bot_name|bot_number]: (Optional) Name or number of the bot(s) to play the emote. If not specified, all bots in the group will play the same emote. If triggered from a player_follow_npc or player_target_npc event, this parameter is ignored, and the followed or targeted bot will be automaticaly selected to play the emot.
- [...]: (Optional) Additional bot names or numbers to play the emote.