# Dialog Item Force Transition

Grammar — Force a transition on dialogItem with the Visible flag set to visible and theInstant flag set to instant for players
FlagsNative | Action

Currently supported for Dialog Items of type Portrait

# Arguments

  • int [ control ] — Dialog Item
  • playergroup — Players
  • bool — Visible
  • bool — Instant

Returns — void

native void DialogControlForceTransition(
	int control,
	playergroup players,
	bool inVisible,
	bool inInstant,
);

Category: Dialog / Dialog Item Tools

# Examples

— None found —