edysos 0 Posted November 27, 2017 anyone knows how to put an AI animation on a MP mission? i can see it in-game, but only in SP, in MP we can´t see the animation of the soldier. Share this post Link to post Share on other sites
pierremgi 4944 Posted November 27, 2017 if (local this) then { [this,"REPAIR_VEH_STAND"] call BIS_fnc_ambientAnim }; // or any other anim I tried also: if (isServer) then { [[this,"REPAIR_VEH_STAND"],BIS_fnc_ambientAnim ] remoteExec ["call"] }; Working but no added value. The animation is not synced between PCs anyway. First syntax is better for network. 1 Share this post Link to post Share on other sites
anfo 118 Posted November 28, 2017 If the BIS codes don't work as they often don't in MP, go check out Polpox Calm Animations. Can confirm they are MP compatible. Share this post Link to post Share on other sites