2024-01-07 18:35:38 -08:00

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
}