(Official) LUA Scripting Documentation
get_actor_avatar
Get the avatar of the context actor.
Spec:
get_actor_avatar()
Returns
string
: Returns the actor’s avatar.
Example
notify("Your current avatar is: "..get_actor_avatar())
Incomplete
This documentation is incomplete