# Show/Hide Conversation
Grammar — show|Show/Hide conversation for players|Player Group
Flags —Native|Action
Shows or hides a conversation for a player group.
# Arguments
int<conversation> — Conversationplayergroup— Playersbool<preset::ShowHideOption> — Show
Returns — void
native void ConversationShow(
int intId,
playergroup to,
bool visible,
);
# Related
Category: Conversation / Conversations
- Create Conversation —
int<conversation> — ConversationCreate - Create Conversation Reply —
int<reply> — ConversationReplyCreate - Last Created Conversation —
int<conversation> — ConversationLastCreated - Last Created Conversation Reply —
int<reply> — ConversationReplyLastCreated - Show/Hide Conversation —
void— ConversationShow - Conversation Is Visible —
bool— ConversationVisible - Conversation Reply Selected —
void— TriggerAddEventConversationReplySelected - Selected Conversation —
int<conversation> — EventConversation - Selected Conversation Reply —
int<reply> — EventConversationReply
# Examples
— None found —