Files
t6-fastfile-mods/zm_ai_pack/animstatedefs/zm_ally_basic.asd
2024-02-26 18:38:02 -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
}