# Set Mercenary Description Text

Grammar — Set the description text of mercenaryId to text
FlagsNative | Action

Sets the description text for the specified mercenary.

# Arguments

  • int [ preset::Mercenary ] — MercenaryId
  • text — Text

Returns — void

native void MercenarySetDescriptionText(
	int inMercenaryId,
	text inText,
);

Category: Story / Mercenary Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L3743
MercenarySetDescriptionText(MercenaryLastCreated(), libCamp_gf_MercDescription(lv_indexMerc))