outpost_report_squad_death - ryzom/ryzomcore GitHub Wiki
title: Outpost Report Squad Death description: Internal outpost action that reports when a squad is eliminated published: true date: 2026-03-14T00:00:00.000Z tags: editor: markdown dateCreated: 2026-03-14T00:00:00.000Z
The outpost_report_squad_death action is an internal action automatically inserted by the outpost system. It notifies the outpost manager when all bots in a squad group are killed, triggering COutpost::squadDied().
This action is not intended for manual use in World Editor. It is programmatically attached to the group_eliminated 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