# Set Mercenary Title Text

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

Sets the title text for the specified mercenary.

# Arguments

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

Returns — void

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

Category: Story / Mercenary Panel

# Examples

# campaigns/libertystory.sc2campaign

CampaignLib.galaxy

// L3742
MercenarySetTitleText(MercenaryLastCreated(), libCamp_gf_MercName(lv_indexMerc))