Description
Executes a ZoiGroup management command on the BaseObject character. Supported commands are RemoveMember, Break, and Edit.
Parameters
| Parameter | Description |
|---|
| BaseObject | The reference character on which the ZoiGroup command is executed. |
| S1 | The ZoiGroup command to execute (EB1ZoiGroupCommand: RemoveMember, Break, Edit). |
| S2 | The leave reason used when S1 is RemoveMember (EB1ZoiGroupLeaveReason). Omit otherwise. |
Examples
| Description | BaseObject | Command |
|---|
| Remove target from their ZoiGroup with reason "Kicked" | Target | ZoiGroup |
| Remove self from their ZoiGroup with reason "Left" | Self | ZoiGroup |
| Disband self's ZoiGroup entirely | Self | ZoiGroup |
| Open ZoiGroup edit UI for self (create if no group) | Self | ZoiGroup |