mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-04-21 22:15:45 +00:00
26 lines
283 B
Common Lisp
26 lines
283 B
Common Lisp
idle : notify idle_anim
|
|
{
|
|
pb_stand_alert
|
|
}
|
|
|
|
idle_crouch : notify idle_anim
|
|
{
|
|
pb_crouch_alert
|
|
}
|
|
|
|
zm_death : notify death_anim
|
|
{
|
|
pb_stand_alert
|
|
}
|
|
|
|
zm_move_walk : notify move_anim
|
|
{
|
|
pb_laststand_idle
|
|
}
|
|
|
|
laststand : notify death_anim
|
|
{
|
|
pb_laststand_idle
|
|
}
|
|
|