Exit Emotes
Exit Emotes are used to make cancelling an animation smooth and dynamic e.g. such as getting up from a chair or throwing a cigarette out instead of dropping it.
Adding Exit Emotes
To add your own Exit emotes navigate to the following path:
rpemotes-reborn > client > AnimationListCustom.lua
Find CustomDP.Exits = {}
in the AnimationListCustom.lua
AnimationListCustom.lua
Use the following template within the curly brackets
AnimationListCustom.lua
and change the values to desired values.
Read hints below for more information:
Below is an example of how this is implemented:
In the above example, the ExitEmote calls for the 'getup' emote, which is noted as the following:
Last updated