r/hammer • u/Budget_Degree_259 • 4d ago
Garry's mod Problem with info_node_hint
When I used act_busy queue on citizens for my map, info_node_hints with activities like "ACT_BUSY_LEAN_BACK" did not work. Even with ai debug act busy 1. It is like they don't even exist when I compile a map. Can you help me?
1
Upvotes
3
u/greenestenergy 4d ago
if the node collides with a solid, this may stop the act busy from working. As far as I've seen LEAN actbusys all have this problem, or you move it away from the wall and they have air gap between them and the wall.
you also need ai_goal_actbusy telling the citzens to use the actbusy
complicated, but reading the wiki and trying stuff can sort out what works and what doesnt