# Set Mercenary CostText

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

Sets the cost text for the specified mercenary.

# Arguments

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

Returns — void

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

Category: Story / Mercenary Panel

# Examples

— None found —