mirror of
https://github.com/mapbase-source/mapbase-model-src.git
synced 2025-03-13 14:10:15 +03:00
16 lines
260 B
Plaintext
16 lines
260 B
Plaintext
|
|
||
|
// Rappel animations.
|
||
|
|
||
|
|
||
|
$sequence "rappelloop" {
|
||
|
"police_animations_anims\rappelloop.smd"
|
||
|
activity "ACT_RAPPEL_LOOP" 1
|
||
|
cmdlist lockfeet
|
||
|
}
|
||
|
|
||
|
$sequence "rappelland" {
|
||
|
"police_animations_anims\rappelland.smd"
|
||
|
activity "ACT_RAPPEL_LAND" 1
|
||
|
cmdlist lockfeet
|
||
|
}
|