outpost_report_squad_leader_death - ryzom/ryzomcore GitHub Wiki
title: Outpost Report Squad Leader Death description: Internal outpost action that reports when a squad leader dies published: true date: 2026-03-14T00:00:00.000Z tags: editor: markdown dateCreated: 2026-03-14T00:00:00.000Z
The outpost_report_squad_leader_death action is an internal action automatically inserted by the outpost system. It notifies the outpost manager when the leader of a squad group is killed, triggering COutpost::squadLeaderDied().
This action is not intended for manual use in World Editor. It is programmatically attached to the squad_leader_killed event on outpost squad groups by COutpost::createSquad() in the AI service.
Source: ryzom/server/src/ai_service/generic_logic_action.cpp, ai_outpost.cpp