#include "..\..\script_macros.hpp"
/*File: fn_movesMenu.sqf
Author: Jack "Scarso" Farhall*/
private["_display", "_list", "_moves"];
disableSerialization;
_moves = [ // Ajout des animations ici. Le nom est retrouvable dans "Animations" dans l'éditeur.
["Kung Fu", "AmovPercMstpSnonWnonDnon_exerciseKata"],
["Push Ups", "AmovPercMstpSnonWnonDnon_exercisePushup"],
["Knee Bends (Fast)", "AmovPercMstpSnonWnonDnon_exercisekneeBendB"],
["Knee Bends (Normal)"...