Added an example for the target as the previous information was incorrect (not the player name, but the word 'target' or 'targettarget')
mNo edit summary |
(Added an example for the target as the previous information was incorrect (not the player name, but the word 'target' or 'targettarget')) |
||
| Line 15: | Line 15: | ||
:("token", "message") | :("token", "message") | ||
:;token : String - the token that describes which emote is being used. See [[API_TYPE_Emotes_Token|Emotes Tokens]] | :;token : String - the token that describes which emote is being used. See [[API_TYPE_Emotes_Token|Emotes Tokens]] | ||
:;message : String - target | :;message : String - target for the emote. For example: DoEmote("dance", target) will cause you to dance with your target. | ||
---- | ---- | ||