This is official documentation, on first look it's simle but then i set attacker as LOCAL_PLAYER, victim as FOLLOWER1 and anim name from anim_synced.xtbl I get nothing
Code:
-- Make a pair of humans play an animation. This function blocks
--
-- attacker: (string) name of attacker
-- victim: (string) name of victim
-- anim_name: (string) name of synced animation
-- start_nav_name: (string, optional) name of the nav point with which to orient the synced animation
-- sync_type: (integer, optional) synchronization type (SYNC_LOCAL = affects local player, SYNC_REMOTE = affects remote player, or SYNC_ALL = affects both players; defaults to SYNC_ALL)
--
-- NB: This function will still block until the animation actually starts playing.
--
function action_play_synced(attacker, victim, anim_name, start_nav, warp_to_nav, sync_type, percentage)