forked from LexTheGreat/TLX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
animList.sqf
27 lines (26 loc) · 1.83 KB
/
animList.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Animations List
// animList.sqf
//wrote by eddie vedder
//dance scripts added by Mumia Abu-Jamal
ANIM_AllAnimationArray = [
["", "Return to normal", "anim", "Return To Normal", 2, ""],
["AinjPpneMstpSnonWrflDnon_rolltoback", "Play dead", "anim", "Play dead", 2, ""],
["amovpercmstpssurwnondnon", "Hands up", "anim", "Hands up", 2, ""],
["AmovPercMstpSlowWrflDnon_Salute", "Salute", "anim", "Salute", 2, ""],
["AsigPercMstpSlowWrflDnon_AmovPercMrunSlowWrflDnon_GoGo", "Follow me!", "anim", "Follow me!", 2, ""],
["AsigPercMstpSlowWrflDnon_GoGo", "I'll follow you!", "anim", "I'll follow you!", 2, ""],
["shaftoe_c0briefing_otazky_loop6", "Cross arms", "anim", "Cross arms", 2, ""],
["c7a_bravoTleskani_idle1", "Clapping", "anim", "Clapping", 2, ""],
["AmovPercMstpSnonWnonDnon_idle56kliky", "Workout", "anim", "Workout", 2, ""],
["AmovPercMstpSnonWnonDnon_idle68boxing", "Boxing,", "anim", "Boxing", 2, ""],
["AmovPercMstpSnonWnonDnon_idle70chozeniPoRukou", "Hand stand,", "anim", "Hand stand", 2, ""],
["AmovPercMstpSnonWnonDnon_idle71kliky", "Pushups", "anim", "Pushups", 2, ""],
["Amovpsitmstpsraswrfldnon", "Sit", "anim", "Sit", 2, ""],
["AidlPpneMstpSnonWnonDnon_SleepC_killFly", "Shew fly", "anim", "Shew fly", 2, ""],
["ActsPercMstpSnonWnonDnon_DancingDuoStefan", "reden", "playMoveNow", "Dance 1 (uninterruptable)", 2, ""],
["ActsPercMstpSnonWnonDnon_Dancingstefan", "reden", "playMoveNow", "Dance 2 (uninterruptable)", 2, ""],
["ActsPercMstpSnonWnonDnon_DancingDuoIvan", "reden", "playMoveNow", "Dance 3 (uninterruptable)", 2, ""],
["ActsPercMstpSnonWnonDnon_DancingZOZO", "reden", "playMoveNow", "Dance 4 (uninterruptable)", 2, ""],
["ActsPercMstpSnonWnonDnon_DancingMetal", "reden", "playMoveNow", "Dance 5 (uninterruptable)", 2, ""],
["AmovPercMstpSnonWnonDnon_exerciseKata", "reden", "playMoveNow", "Karate (uninterruptable)", 2, ""]
];