Has_an
Squire

I want to change animation on horse, but only for specific horse.
So I write this:
but don´t work...
where is mistake or how to make it?
So I write this:
Code:
(0, 0, 0, [],
[
(try_for_agents, ":agent"),
(agent_is_alive,":agent"),
(agent_is_human,":agent"),
(agent_get_item_id, ":item_id", ":agent"),
(eq, ":item_id", "itm_practice_horse"),
(agent_set_walk_forward_animation, ":agent", "anim_walk_forward"),
(try_end),
]),
but don´t work...
where is mistake or how to make it?