# Set Character Sheet Description Text

Grammar — Set the character sheet description text to visible for players
FlagsNative | Action

Sets the description text for the character sheet for the specified players.

# Arguments

  • playergroup — Players
  • text — Text

Returns — void

native void CharacterSheetPanelSetDescriptionText(
	playergroup players,
	text inText,
);

Category: Story / Character Sheet

# Examples

— None found —