17 lines
253 B
Markdown
17 lines
253 B
Markdown
### Function: CreateConversation(param1)
|
|
|
|
**Description:**
|
|
Placeholder description.
|
|
|
|
**Parameters:**
|
|
- `param1`: ConversationOption[] - List of conversation options.
|
|
|
|
**Returns:** None.
|
|
|
|
**Example:**
|
|
|
|
```lua
|
|
-- Example usage
|
|
CreateConversation(...)
|
|
```
|