class animations_menu {
class button_1 {
displayName = "Main dans le dos";
buttonAction = "_animation = ""InBaseMoves_HandsBehindBack1""; [player,_animation,true] remoteExecCall [""life_fnc_animSync"",-2]; player switchMove _animation; player playMoveNow _animation;";
buttonToolTip = "";
side[] = {civ,west};
disable = false;
condition = "";
};
class button_2 {
displayName = "Autre animation";
buttonAction = "_animation = ""AmovPpneMstpSrasWrflDnon""; [player,_animation,true] remoteExecCall [""life_fnc_animSync"",-2]; player switchMove _animation; player playMoveNow _animation;";
buttonToolTip = "";
side[] = {civ,west};
disable = false;
condition = "";
};
};