# Set Mercenary Availability Text

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

Sets the availability text for the specified mercenary.

# Arguments

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

Returns — void

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

Category: Story / Mercenary Panel

# Examples

— None found —